#DDC477

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

Shades of Chenin #DDC477

Tints of Chenin #DDC477

Color information

#DDC477 (or 0xDDC477) is unknown color: approx Chenin. HEX triplet: DD, C4 and 77. RGB value is (221,196,119). Sum of RGB (Red+Green+Blue) = 221+196+119=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 196 (76.95% from 255 or 36.57% from 536); Blue value is 119 (46.88% from 255 or 22.20% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC477 is #223B88. Grayscale: #C3C3C3. Windows color (decimal): -2243465 or 7849181. OLE color: 7849181.

HSL color Cylindrical-coordinate representation of color #DDC477: hue angle of 45.29º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDC477 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB221196119-
CMYK00.110.460.13
HSL45.29º60%66.67%-
HSV(B)45.29º46.15%86.67%-
XYZ52.8956.1825.51-
YUV194.785.28146.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.23%
GREEN value IS 196 (76.95% from 255) = 36.57%
BLUE value IS 119 (46.88% from 255) = 22.20%
R=41.23%
G=36.57%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119611900.110.460.1345.296066.67
HexDDC4770B2ED2d3c43
Octal33530416701356155574103
Binary110111011100010011101110101110111011011011011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC477; }

 p { color: rgb(221,196,119); }

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

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

 a { background-color: rgb(221,196,119); }

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

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

 span { border-color: rgb(221,196,119); }

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