#ddc96d

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

Shades of Chenin #DDC96D

Tints of Chenin #DDC96D

Color information

#DDC96D (or 0xDDC96D) is unknown color: approx Chenin. HEX triplet: DD, C9 and 6D. RGB value is (221,201,109). Sum of RGB (Red+Green+Blue) = 221+201+109=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 201 (78.91% from 255 or 37.85% from 531); Blue value is 109 (42.97% from 255 or 20.53% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC96D is #223692. Grayscale: #C4C4C4. Windows color (decimal): -2242195 or 7195101. OLE color: 7195101.

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

Color convert

RGB221201109-
CMYK00.090.510.13
HSL49.29º62.22%64.71%-
HSV(B)49.29º50.68%86.67%-
XYZ53.4758.2522.89-
YUV196.4978.63145.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.62%
GREEN value IS 201 (78.91% from 255) = 37.85%
BLUE value IS 109 (42.97% from 255) = 20.53%
R=41.62%
G=37.85%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120110900.090.510.1349.2962.2264.71
HexDDC96D0933D313e41
Octal33531115501163156176101
Binary110111011100100111011010100111001111011100011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddc96d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddc96d; }

 p { color: rgb(221,201,109); }

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

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

 a { background-color: rgb(221,201,109); }

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

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

 span { border-color: rgb(221,201,109); }

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