#DCC39B

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

Shades of Raffia #DCC39B

Tints of Raffia #DCC39B

Color information

#DCC39B (or 0xDCC39B) is unknown color: approx Raffia. HEX triplet: DC, C3 and 9B. RGB value is (220,195,155). Sum of RGB (Red+Green+Blue) = 220+195+155=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 195 (76.56% from 255 or 34.21% from 570); Blue value is 155 (60.94% from 255 or 27.19% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC39B is #233C64. Grayscale: #C6C6C6. Windows color (decimal): -2309221 or 10208220. OLE color: 10208220.

HSL color Cylindrical-coordinate representation of color #DCC39B: hue angle of 36.92º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCC39B is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB220195155-
CMYK00.110.300.14
HSL36.92º48.15%73.53%-
HSV(B)36.92º29.55%86.27%-
XYZ54.9556.6139.04-
YUV197.92103.78143.75-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.60%
GREEN value IS 195 (76.56% from 255) = 34.21%
BLUE value IS 155 (60.94% from 255) = 27.19%
R=38.60%
G=34.21%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019515500.110.300.1436.9248.1573.53
HexDCC39B0B1EE25304a
Octal33430323301336164560112
Binary110111001100001110011011010111111011101001011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC39B; }

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

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

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

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

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

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

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

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