color codes Logo

#ddb14e color codes

#DDB14E
(221,177,78)
0 Favorites   0 Comments

Color spaces of #ddb14e

RGB 22117778
HSL0.120.680.59
HSV42°65°87°
CMYK 0.000.200.65   0.13
XYZ46.916147.366513.8776
Yxy47.36650.43380.4379
Hunter Lab68.82331.240736.2210
CIE-Lab74.42365.395455.2525

#ddb14e color RGB value is (221,177,78).

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

The process color (four color CMYK) of #ddb14e color code is 0.00, 0.20, 0.65, 0.13. Web safe color of #ddb14e is #cc9966. Color #ddb14e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110001 01001110
Octal 335 261 116
Decimal 221 177 78
Hex DD B1 4E

RGB Percentages of Color #ddb14e

%46.43
%37.18
%16.39

CMYK Percentages of Color #ddb14e

%0
%20
%65
%13

Triadic Colors of #ddb14e

#ddb14e #4eddb1 #b14edd

Analogous Colors of #ddb14e

#ddb14e #c2dd4e #dd6a4e

Monochromatic Colors of #ddb14e

#ddb14e

Complementary Color

#ddb14e #4e7add

#ddb14e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb14e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb14e Color CSS Codes

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

#ddb14e Text Font Color

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

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


#ddb14e Background Color

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

This div background color is #ddb14e


#ddb14e Border Color

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

This div border color is #ddb14e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb14e

#ddb14e Color Palettes


Comments

No comments written yet.

Please login to write comment.