Color Hex Logo

#ddcb6d Color Hex

#DDCB6D
(221,203,109)
0 Favorites   0 Comments

Color spaces of #ddcb6d

RGB 221203109
HSL0.140.620.65
HSV50°51°87°
CMYK 0.000.080.51   0.13
XYZ53.935059.188223.0498
Yxy59.18820.39610.4347
Hunter Lab76.9339-9.495736.0901
CIE-Lab81.3949-5.856248.7252

#ddcb6d color RGB value is (221,203,109).

#ddcb6d hex color red value is 221, green value is 203 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ddcb6d hue: 0.14 , saturation: 0.62 and the lightness value of ddcb6d is 0.65.

The process color (four color CMYK) of #ddcb6d color hex is 0.00, 0.08, 0.51, 0.13. Web safe color of #ddcb6d is #cccc66. Color #ddcb6d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001011 01101101
Octal 335 313 155
Decimal 221 203 109
Hex DD CB 6D

RGB Percentages of Color #ddcb6d

%41.46
%38.09
%20.45

CMYK Percentages of Color #ddcb6d

%0
%8
%51
%13

Triadic Colors of #ddcb6d

#ddcb6d #6dddcb #cb6ddd

Analogous Colors of #ddcb6d

#ddcb6d #b7dd6d #dd936d

Monochromatic Colors of #ddcb6d

#ddcb6d

Complementary Color

#ddcb6d #6d7fdd

#ddcb6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcb6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcb6d Color CSS Codes

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

#ddcb6d Text Font Color

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

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


#ddcb6d Background Color

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

This div background color is #ddcb6d


#ddcb6d Border Color

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

This div border color is #ddcb6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcb6d


Comments

No comments written yet.

Please login to write comment.