Color Hex Logo

#ddb130 Color Hex

#DDB130
(221,177,48)
0 Favorites   0 Comments

Color spaces of #ddb130

RGB 22117748
HSL0.120.720.53
HSV45°78°87°
CMYK 0.000.200.78   0.13
XYZ46.074447.02989.4456
Yxy47.02980.44930.4586
Hunter Lab68.5783-0.086539.8385
CIE-Lab74.20883.943866.9965

#ddb130 color RGB value is (221,177,48).

#ddb130 hex color red value is 221, green value is 177 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #ddb130 hue: 0.12 , saturation: 0.72 and the lightness value of ddb130 is 0.53.

The process color (four color CMYK) of #ddb130 color hex is 0.00, 0.20, 0.78, 0.13. Web safe color of #ddb130 is #cc9933. Color #ddb130 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110001 00110000
Octal 335 261 60
Decimal 221 177 48
Hex DD B1 30

RGB Percentages of Color #ddb130

%49.55
%39.69
%10.76

CMYK Percentages of Color #ddb130

%0
%20
%78
%13

Triadic Colors of #ddb130

#ddb130 #30ddb1 #b130dd

Analogous Colors of #ddb130

#ddb130 #b3dd30 #dd5a30

Monochromatic Colors of #ddb130

#ddb130

Complementary Color

#ddb130 #305cdd

#ddb130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb130 Color CSS Codes

.mybgcolor {background-color:#ddb130; } 
.myforecolor {color:#ddb130; }
.mybordercolor {border:3px solid #ddb130; }

#ddb130 Text Font Color

<p style="color:#ddb130">Text here</p>

This sample text font color is #ddb130
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddb130 Background Color

<div style="background-color:#ddb130">
Div content here</div>

This div background color is #ddb130


#ddb130 Border Color

<div style="border:3px solid #ddb130">
Div here</div>

This div border color is #ddb130


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,177,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddb130; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddb130;
  -webkit-box-shadow: 1px 1px 3px 2px #ddb130;
  box-shadow:         1px 1px 3px 2px #ddb130; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,177,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddb130">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddb130;
  -webkit-box-shadow: 1px 1px 3px 2px #ddb130;
  box-shadow:         1px 1px 3px 2px #ddb130;">
Div content here</div>

This div box has shadow with color #ddb130


Comments

No comments written yet.

Please login to write comment.