#ddc76c

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

Shades of Chenin #DDC76C

Tints of Chenin #DDC76C

Color information

#DDC76C (or 0xDDC76C) is unknown color: approx Chenin. HEX triplet: DD, C7 and 6C. RGB value is (221,199,108). Sum of RGB (Red+Green+Blue) = 221+199+108=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 199 (78.12% from 255 or 37.69% from 528); Blue value is 108 (42.58% from 255 or 20.45% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC76C is #223893. Grayscale: #C3C3C3. Windows color (decimal): -2242708 or 7129053. OLE color: 7129053.

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

Color convert

RGB221199108-
CMYK00.100.510.13
HSL48.32º62.43%64.51%-
HSV(B)48.32º51.13%86.67%-
XYZ52.9557.322.46-
YUV195.278.79146.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.86%
GREEN value IS 199 (78.12% from 255) = 37.69%
BLUE value IS 108 (42.58% from 255) = 20.45%
R=41.86%
G=37.69%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119910800.100.510.1348.3262.4364.51
HexDDC76C0A33D303e41
Octal33530715401263156076101
Binary110111011100011111011000101011001111011100001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddc76c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddc76c; }

 p { color: rgb(221,199,108); }

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

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

 a { background-color: rgb(221,199,108); }

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

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

 span { border-color: rgb(221,199,108); }

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