Color Hex Logo

#ddcf7b Color Hex

#DDCF7B
(221,207,123)
0 Favorites   0 Comments

Color spaces of #ddcf7b

RGB 221207123
HSL0.140.590.67
HSV51°44°87°
CMYK 0.000.060.44   0.13
XYZ55.706861.427927.6596
Yxy61.42790.38470.4242
Hunter Lab78.3760-10.286633.9392
CIE-Lab82.6082-6.601943.3486

#ddcf7b color RGB value is (221,207,123).

#ddcf7b hex color red value is 221, green value is 207 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ddcf7b hue: 0.14 , saturation: 0.59 and the lightness value of ddcf7b is 0.67.

The process color (four color CMYK) of #ddcf7b color hex is 0.00, 0.06, 0.44, 0.13. Web safe color of #ddcf7b is #cccc66. Color #ddcf7b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001111 01111011
Octal 335 317 173
Decimal 221 207 123
Hex DD CF 7B

RGB Percentages of Color #ddcf7b

%40.11
%37.57
%22.32

CMYK Percentages of Color #ddcf7b

%0
%6
%44
%13

Triadic Colors of #ddcf7b

#ddcf7b #7bddcf #cf7bdd

Analogous Colors of #ddcf7b

#ddcf7b #badd7b #dd9e7b

Monochromatic Colors of #ddcf7b

#ddcf7b

Complementary Color

#ddcf7b #7b89dd

#ddcf7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcf7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcf7b Color CSS Codes

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

#ddcf7b Text Font Color

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

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


#ddcf7b Background Color

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

This div background color is #ddcf7b


#ddcf7b Border Color

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

This div border color is #ddcf7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcf7b


Comments

No comments written yet.

Please login to write comment.