#DDC664

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

Shades of Chenin #DDC664

Tints of Chenin #DDC664

Color information

#DDC664 (or 0xDDC664) is unknown color: approx Chenin. HEX triplet: DD, C6 and 64. RGB value is (221,198,100). Sum of RGB (Red+Green+Blue) = 221+198+100=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 198 (77.73% from 255 or 38.15% from 519); Blue value is 100 (39.45% from 255 or 19.27% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC664 is #22399B. Grayscale: #C2C2C2. Windows color (decimal): -2242972 or 6604509. OLE color: 6604509.

HSL color Cylindrical-coordinate representation of color #DDC664: hue angle of 48.6º 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 #DDC664 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB221198100-
CMYK00.100.550.13
HSL48.6º64.02%62.94%-
HSV(B)48.6º54.75%86.67%-
XYZ52.3156.6820.24-
YUV193.775.12147.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.58%
GREEN value IS 198 (77.73% from 255) = 38.15%
BLUE value IS 100 (39.45% from 255) = 19.27%
R=42.58%
G=38.15%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119810000.100.550.1348.664.0262.94
HexDDC6640A37D31403f
Octal33530614401267156110077
Binary110111011100011011001000101011011111011100011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC664; }

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

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

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

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

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

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

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

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