#DCC79E

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

Shades of Raffia #DCC79E

Tints of Raffia #DCC79E

Color information

#DCC79E (or 0xDCC79E) is unknown color: approx Raffia. HEX triplet: DC, C7 and 9E. RGB value is (220,199,158). Sum of RGB (Red+Green+Blue) = 220+199+158=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 199 (78.12% from 255 or 34.49% from 577); Blue value is 158 (62.11% from 255 or 27.38% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC79E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC79E is #233861. Grayscale: #C8C8C8. Windows color (decimal): -2308194 or 10405852. OLE color: 10405852.

HSL color Cylindrical-coordinate representation of color #DCC79E: hue angle of 39.68º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCC79E is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB220199158-
CMYK00.100.280.14
HSL39.68º46.97%74.12%-
HSV(B)39.68º28.18%86.27%-
XYZ56.1158.5340.69-
YUV200.6103.96141.83-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.13%
GREEN value IS 199 (78.12% from 255) = 34.49%
BLUE value IS 158 (62.11% from 255) = 27.38%
R=38.13%
G=34.49%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019915800.100.280.1439.6846.9774.12
HexDCC79E0A1CE282f4a
Octal33430723601234165057112
Binary110111001100011110011110010101110011101010001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC79E; }

 p { color: rgb(220,199,158); }

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

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

 a { background-color: rgb(220,199,158); }

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

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

 span { border-color: rgb(220,199,158); }

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