#DDC473

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

Shades of Chenin #DDC473

Tints of Chenin #DDC473

Color information

#DDC473 (or 0xDDC473) is unknown color: approx Chenin. HEX triplet: DD, C4 and 73. RGB value is (221,196,115). Sum of RGB (Red+Green+Blue) = 221+196+115=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 196 (76.95% from 255 or 36.84% from 532); Blue value is 115 (45.31% from 255 or 21.62% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC473 is #223B8C. Grayscale: #C2C2C2. Windows color (decimal): -2243469 or 7587037. OLE color: 7587037.

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

Color convert

RGB221196115-
CMYK00.110.480.13
HSL45.85º60.92%65.88%-
HSV(B)45.85º47.96%86.67%-
XYZ52.6556.0924.27-
YUV194.2483.28147.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.54%
GREEN value IS 196 (76.95% from 255) = 36.84%
BLUE value IS 115 (45.31% from 255) = 21.62%
R=41.54%
G=36.84%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119611500.110.480.1345.8560.9265.88
HexDDC4730B30D2e3d42
Octal33530416301360155675102
Binary110111011100010011100110101111000011011011101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC473; }

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

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

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

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

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

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

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

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