#DDC077

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

Shades of Chenin #DDC077

Tints of Chenin #DDC077

Color information

#DDC077 (or 0xDDC077) is unknown color: approx Chenin. HEX triplet: DD, C0 and 77. RGB value is (221,192,119). Sum of RGB (Red+Green+Blue) = 221+192+119=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 119 (46.88% from 255 or 22.37% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC077 is #223F88. Grayscale: #C0C0C0. Windows color (decimal): -2244489 or 7848157. OLE color: 7848157.

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

Color convert

RGB221192119-
CMYK00.130.460.13
HSL42.94º60%66.67%-
HSV(B)42.94º46.15%86.67%-
XYZ5254.425.21-
YUV192.3586.61148.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.54%
GREEN value IS 192 (75.39% from 255) = 36.09%
BLUE value IS 119 (46.88% from 255) = 22.37%
R=41.54%
G=36.09%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119211900.130.460.1342.946066.67
HexDDC0770D2ED2b3c43
Octal33530016701556155374103
Binary110111011100000011101110110110111011011010111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC077; }

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

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

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

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

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

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

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

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