#DCC39E

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

Shades of Raffia #DCC39E

Tints of Raffia #DCC39E

Color information

#DCC39E (or 0xDCC39E) is unknown color: approx Raffia. HEX triplet: DC, C3 and 9E. RGB value is (220,195,158). Sum of RGB (Red+Green+Blue) = 220+195+158=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 195 (76.56% from 255 or 34.03% from 573); Blue value is 158 (62.11% from 255 or 27.57% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC39E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC39E is #233C61. Grayscale: #C6C6C6. Windows color (decimal): -2309218 or 10404828. OLE color: 10404828.

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

Color convert

RGB220195158-
CMYK00.110.280.14
HSL35.81º46.97%74.12%-
HSV(B)35.81º28.18%86.27%-
XYZ55.256.7140.39-
YUV198.26105.28143.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.39%
GREEN value IS 195 (76.56% from 255) = 34.03%
BLUE value IS 158 (62.11% from 255) = 27.57%
R=38.39%
G=34.03%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019515800.110.280.1435.8146.9774.12
HexDCC39E0B1CE242f4a
Octal33430323601334164457112
Binary110111001100001110011110010111110011101001001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC39E; }

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

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

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

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

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

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

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

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