#DDC072

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

Shades of Chenin #DDC072

Tints of Chenin #DDC072

Color information

#DDC072 (or 0xDDC072) is unknown color: approx Chenin. HEX triplet: DD, C0 and 72. RGB value is (221,192,114). Sum of RGB (Red+Green+Blue) = 221+192+114=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 114 (44.92% from 255 or 21.63% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC072 is #223F8D. Grayscale: #C0C0C0. Windows color (decimal): -2244494 or 7520477. OLE color: 7520477.

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

Color convert

RGB221192114-
CMYK00.130.480.13
HSL43.74º61.14%65.69%-
HSV(B)43.74º48.42%86.67%-
XYZ51.7154.2923.67-
YUV191.7884.11148.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.94%
GREEN value IS 192 (75.39% from 255) = 36.43%
BLUE value IS 114 (44.92% from 255) = 21.63%
R=41.94%
G=36.43%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119211400.130.480.1343.7461.1465.69
HexDDC0720D30D2c3d42
Octal33530016201560155475102
Binary110111011100000011100100110111000011011011001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC072; }

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

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

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

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

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

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

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

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