#DCC395

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

Shades of Raffia #DCC395

Tints of Raffia #DCC395

Color information

#DCC395 (or 0xDCC395) is unknown color: approx Raffia. HEX triplet: DC, C3 and 95. RGB value is (220,195,149). Sum of RGB (Red+Green+Blue) = 220+195+149=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 195 (76.56% from 255 or 34.57% from 564); Blue value is 149 (58.59% from 255 or 26.42% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC395 is #233C6A. Grayscale: #C5C5C5. Windows color (decimal): -2309227 or 9815004. OLE color: 9815004.

HSL color Cylindrical-coordinate representation of color #DCC395: hue angle of 38.87º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCC395 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB220195149-
CMYK00.110.320.14
HSL38.87º50.35%72.35%-
HSV(B)38.87º32.27%86.27%-
XYZ54.4656.4236.45-
YUV197.23100.78144.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.01%
GREEN value IS 195 (76.56% from 255) = 34.57%
BLUE value IS 149 (58.59% from 255) = 26.42%
R=39.01%
G=34.57%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019514900.110.320.1438.8750.3572.35
HexDCC3950B20E273248
Octal33430322501340164762110
Binary1101110011000011100101010101110000011101001111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC395; }

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

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

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

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

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

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

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

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