#DDC878

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

Shades of Chenin #DDC878

Tints of Chenin #DDC878

Color information

#DDC878 (or 0xDDC878) is unknown color: approx Chenin. HEX triplet: DD, C8 and 78. RGB value is (221,200,120). Sum of RGB (Red+Green+Blue) = 221+200+120=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 200 (78.52% from 255 or 36.97% from 541); Blue value is 120 (47.27% from 255 or 22.18% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC878 is #223787. Grayscale: #C5C5C5. Windows color (decimal): -2242440 or 7915741. OLE color: 7915741.

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

Color convert

RGB221200120-
CMYK00.100.460.13
HSL47.52º59.76%66.86%-
HSV(B)47.52º45.7%86.67%-
XYZ53.8658.0426.13-
YUV197.1684.46145-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.85%
GREEN value IS 200 (78.52% from 255) = 36.97%
BLUE value IS 120 (47.27% from 255) = 22.18%
R=40.85%
G=36.97%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120012000.100.460.1347.5259.7666.86
HexDDC8780A2ED303c43
Octal33531017001256156074103
Binary110111011100100011110000101010111011011100001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC878; }

 p { color: rgb(221,200,120); }

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

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

 a { background-color: rgb(221,200,120); }

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

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

 span { border-color: rgb(221,200,120); }

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