#DDC96B

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

Shades of Chenin #DDC96B

Tints of Chenin #DDC96B

Color information

#DDC96B (or 0xDDC96B) is unknown color: approx Chenin. HEX triplet: DD, C9 and 6B. RGB value is (221,201,107). Sum of RGB (Red+Green+Blue) = 221+201+107=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 107 (42.19% from 255 or 20.23% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC96B is #223694. Grayscale: #C4C4C4. Windows color (decimal): -2242197 or 7064029. OLE color: 7064029.

HSL color Cylindrical-coordinate representation of color #DDC96B: hue angle of 49.47º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDC96B is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB221201107-
CMYK00.090.520.13
HSL49.47º62.64%64.31%-
HSV(B)49.47º51.58%86.67%-
XYZ53.3658.2122.33-
YUV196.2677.63145.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.78%
GREEN value IS 201 (78.91% from 255) = 38.00%
BLUE value IS 107 (42.19% from 255) = 20.23%
R=41.78%
G=38.00%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120110700.090.520.1349.4762.6464.31
HexDDC96B0934D313f40
Octal33531115301164156177100
Binary110111011100100111010110100111010011011100011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC96B; }

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

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

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

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

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

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

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

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