#DDC965

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

Shades of Chenin #DDC965

Tints of Chenin #DDC965

Color information

#DDC965 (or 0xDDC965) is unknown color: approx Chenin. HEX triplet: DD, C9 and 65. RGB value is (221,201,101). Sum of RGB (Red+Green+Blue) = 221+201+101=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 201 (78.91% from 255 or 38.43% from 523); Blue value is 101 (39.84% from 255 or 19.31% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC965 is #22369A. Grayscale: #C4C4C4. Windows color (decimal): -2242203 or 6670813. OLE color: 6670813.

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

Color convert

RGB221201101-
CMYK00.090.540.13
HSL50º63.83%63.14%-
HSV(B)50º54.3%86.67%-
XYZ53.0558.0920.73-
YUV195.5874.63146.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.26%
GREEN value IS 201 (78.91% from 255) = 38.43%
BLUE value IS 101 (39.84% from 255) = 19.31%
R=42.26%
G=38.43%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120110100.090.540.135063.8363.14
HexDDC9650936D32403f
Octal33531114501166156210077
Binary110111011100100111001010100111011011011100101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC965; }

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

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

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

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

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

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

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

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