Color Hex Logo

#ddb14b Color Hex

#DDB14B
(221,177,75)
0 Favorites   0 Comments

Color spaces of #ddb14b

RGB 22117775
HSL0.120.680.58
HSV42°66°87°
CMYK 0.000.200.66   0.13
XYZ46.810947.324413.3239
Yxy47.32440.43560.4404
Hunter Lab68.79271.075336.6715
CIE-Lab74.39685.215456.5631

#ddb14b color RGB value is (221,177,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110001 01001011
Octal 335 261 113
Decimal 221 177 75
Hex DD B1 4B

RGB Percentages of Color #ddb14b

%46.72
%37.42
%15.86

CMYK Percentages of Color #ddb14b

%0
%20
%66
%13

Triadic Colors of #ddb14b

#ddb14b #4bddb1 #b14bdd

Analogous Colors of #ddb14b

#ddb14b #c0dd4b #dd684b

Monochromatic Colors of #ddb14b

#ddb14b

Complementary Color

#ddb14b #4b77dd

#ddb14b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb14b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb14b Color CSS Codes

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

#ddb14b Text Font Color

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

This sample text font color is #ddb14b
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.


#ddb14b Background Color

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

This div background color is #ddb14b


#ddb14b Border Color

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

This div border color is #ddb14b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb14b


Comments

No comments written yet.

Please login to write comment.