#DDC474

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

Shades of Chenin #DDC474

Tints of Chenin #DDC474

Color information

#DDC474 (or 0xDDC474) is unknown color: approx Chenin. HEX triplet: DD, C4 and 74. RGB value is (221,196,116). Sum of RGB (Red+Green+Blue) = 221+196+116=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 196 (76.95% from 255 or 36.77% from 533); Blue value is 116 (45.70% from 255 or 21.76% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC474 is #223B8B. Grayscale: #C2C2C2. Windows color (decimal): -2243468 or 7652573. OLE color: 7652573.

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

Color convert

RGB221196116-
CMYK00.110.480.13
HSL45.71º60.69%66.08%-
HSV(B)45.71º47.51%86.67%-
XYZ52.7156.1124.58-
YUV194.3583.78147-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.46%
GREEN value IS 196 (76.95% from 255) = 36.77%
BLUE value IS 116 (45.70% from 255) = 21.76%
R=41.46%
G=36.77%
B=21.76%

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
Decimal22119611600.110.480.1345.7160.6966.08
HexDDC4740B30D2e3d42
Octal33530416401360155675102
Binary110111011100010011101000101111000011011011101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC474; }

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

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

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

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

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

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

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

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