#DDC472

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

Shades of Chenin #DDC472

Tints of Chenin #DDC472

Color information

#DDC472 (or 0xDDC472) is unknown color: approx Chenin. HEX triplet: DD, C4 and 72. RGB value is (221,196,114). Sum of RGB (Red+Green+Blue) = 221+196+114=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 196 (76.95% from 255 or 36.91% from 531); Blue value is 114 (44.92% from 255 or 21.47% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC472 is #223B8D. Grayscale: #C2C2C2. Windows color (decimal): -2243470 or 7521501. OLE color: 7521501.

HSL color Cylindrical-coordinate representation of color #DDC472: hue angle of 45.98º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDC472 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB221196114-
CMYK00.110.480.13
HSL45.98º61.14%65.69%-
HSV(B)45.98º48.42%86.67%-
XYZ52.656.0723.97-
YUV194.1382.78147.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.62%
GREEN value IS 196 (76.95% from 255) = 36.91%
BLUE value IS 114 (44.92% from 255) = 21.47%
R=41.62%
G=36.91%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119611400.110.480.1345.9861.1465.69
HexDDC4720B30D2e3d42
Octal33530416201360155675102
Binary110111011100010011100100101111000011011011101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC472; }

 p { color: rgb(221,196,114); }

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

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

 a { background-color: rgb(221,196,114); }

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

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

 span { border-color: rgb(221,196,114); }

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