#DDC86E

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

Shades of Chenin #DDC86E

Tints of Chenin #DDC86E

Color information

#DDC86E (or 0xDDC86E) is unknown color: approx Chenin. HEX triplet: DD, C8 and 6E. RGB value is (221,200,110). Sum of RGB (Red+Green+Blue) = 221+200+110=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 200 (78.52% from 255 or 37.66% from 531); Blue value is 110 (43.36% from 255 or 20.72% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC86E is #223791. Grayscale: #C4C4C4. Windows color (decimal): -2242450 or 7260381. OLE color: 7260381.

HSL color Cylindrical-coordinate representation of color #DDC86E: hue angle of 48.65º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDC86E is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB221200110-
CMYK00.100.500.13
HSL48.65º62.01%64.9%-
HSV(B)48.65º50.23%86.67%-
XYZ53.2957.8123.1-
YUV196.0279.46145.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.62%
GREEN value IS 200 (78.52% from 255) = 37.66%
BLUE value IS 110 (43.36% from 255) = 20.72%
R=41.62%
G=37.66%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120011000.100.500.1348.6562.0164.9
HexDDC86E0A32D313e41
Octal33531015601262156176101
Binary110111011100100011011100101011001011011100011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC86E; }

 p { color: rgb(221,200,110); }

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

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

 a { background-color: rgb(221,200,110); }

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

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

 span { border-color: rgb(221,200,110); }

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