#DDC064

Color #DDC064 Chenin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chenin #DDC064

Tints of Chenin #DDC064

Color information

#DDC064 (or 0xDDC064) is unknown color: approx Chenin. HEX triplet: DD, C0 and 64. RGB value is (221,192,100). Sum of RGB (Red+Green+Blue) = 221+192+100=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 100 (39.45% from 255 or 19.49% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC064 is #223F9B. Grayscale: #BEBEBE. Windows color (decimal): -2244508 or 6602973. OLE color: 6602973.

HSL color Cylindrical-coordinate representation of color #DDC064: hue angle of 45.62º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DDC064 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB221192100-
CMYK00.130.550.13
HSL45.62º64.02%62.94%-
HSV(B)45.62º54.75%86.67%-
XYZ50.9753.9919.79-
YUV190.1877.11149.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 43.08%
GREEN value IS 192 (75.39% from 255) = 37.43%
BLUE value IS 100 (39.45% from 255) = 19.49%
R=43.08%
G=37.43%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119210000.130.550.1345.6264.0262.94
HexDDC0640D37D2e403f
Octal33530014401567155610077
Binary110111011100000011001000110111011111011011101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC064; }

 p { color: rgb(221,192,100); }

 H1.HeaderClassName
 {
   color: #DDC064;
 }
 .AnyTagClassName
 {
   color: #DDC064;
 }
</style>
background-color css

<style>
 a { background-color: #DDC064; }

 a { background-color: rgb(221,192,100); }

 div.DivClassName
 {
   background-color: #DDC064;
 }
 .BgClassName
 {
   background-color: #DDC064;
 }
</style>
border-color css

<style>
 span { border-color: #DDC064; }

 span { border-color: rgb(221,192,100); }

 td.TdClassName
 {
   border-color: #DDC064;
 }
 .TagClassName
 {
   border-color: #DDC064;
 }
</style>