#DDC065

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

Shades of Chenin #DDC065

Tints of Chenin #DDC065

Color information

#DDC065 (or 0xDDC065) is unknown color: approx Chenin. HEX triplet: DD, C0 and 65. RGB value is (221,192,101). Sum of RGB (Red+Green+Blue) = 221+192+101=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 101 (39.84% from 255 or 19.65% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC065 is #223F9A. Grayscale: #BEBEBE. Windows color (decimal): -2244507 or 6668509. OLE color: 6668509.

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

Color convert

RGB221192101-
CMYK00.130.540.13
HSL45.5º63.83%63.14%-
HSV(B)45.5º54.3%86.67%-
XYZ51.0254.0120.05-
YUV190.377.61149.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.00%
GREEN value IS 192 (75.39% from 255) = 37.35%
BLUE value IS 101 (39.84% from 255) = 19.65%
R=43.00%
G=37.35%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119210100.130.540.1345.563.8363.14
HexDDC0650D36D2e403f
Octal33530014501566155610077
Binary110111011100000011001010110111011011011011101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC065; }

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

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

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

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

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

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

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

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