#ddc76f

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

Shades of Chenin #DDC76F

Tints of Chenin #DDC76F

Color information

#DDC76F (or 0xDDC76F) is unknown color: approx Chenin. HEX triplet: DD, C7 and 6F. RGB value is (221,199,111). Sum of RGB (Red+Green+Blue) = 221+199+111=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 199 (78.12% from 255 or 37.48% from 531); Blue value is 111 (43.75% from 255 or 20.90% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC76F is #223890. Grayscale: #C3C3C3. Windows color (decimal): -2242705 or 7325661. OLE color: 7325661.

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

Color convert

RGB221199111-
CMYK00.100.500.13
HSL48º61.8%65.1%-
HSV(B)48º49.77%86.67%-
XYZ53.1157.3723.31-
YUV195.5580.29146.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.62%
GREEN value IS 199 (78.12% from 255) = 37.48%
BLUE value IS 111 (43.75% from 255) = 20.90%
R=41.62%
G=37.48%
B=20.90%

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
Decimal22119911100.100.500.134861.865.1
HexDDC76F0A32D303e41
Octal33530715701262156076101
Binary110111011100011111011110101011001011011100001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddc76f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddc76f; }

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

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

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

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

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

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

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

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