#DDC574

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

Shades of Chenin #DDC574

Tints of Chenin #DDC574

Color information

#DDC574 (or 0xDDC574) is unknown color: approx Chenin. HEX triplet: DD, C5 and 74. RGB value is (221,197,116). Sum of RGB (Red+Green+Blue) = 221+197+116=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 197 (77.34% from 255 or 36.89% from 534); Blue value is 116 (45.70% from 255 or 21.72% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC574 is #223A8B. Grayscale: #C3C3C3. Windows color (decimal): -2243212 or 7652829. OLE color: 7652829.

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

Color convert

RGB221197116-
CMYK00.110.480.13
HSL46.29º60.69%66.08%-
HSV(B)46.29º47.51%86.67%-
XYZ52.9456.5724.65-
YUV194.9483.45146.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.39%
GREEN value IS 197 (77.34% from 255) = 36.89%
BLUE value IS 116 (45.70% from 255) = 21.72%
R=41.39%
G=36.89%
B=21.72%

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
Decimal22119711600.110.480.1346.2960.6966.08
HexDDC5740B30D2e3d42
Octal33530516401360155675102
Binary110111011100010111101000101111000011011011101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC574; }

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

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

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

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

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

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

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

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