#DCC495

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

Shades of Raffia #DCC495

Tints of Raffia #DCC495

Color information

#DCC495 (or 0xDCC495) is unknown color: approx Raffia. HEX triplet: DC, C4 and 95. RGB value is (220,196,149). Sum of RGB (Red+Green+Blue) = 220+196+149=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 196 (76.95% from 255 or 34.69% from 565); Blue value is 149 (58.59% from 255 or 26.37% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC495 is #233B6A. Grayscale: #C6C6C6. Windows color (decimal): -2308971 or 9815260. OLE color: 9815260.

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

Color convert

RGB220196149-
CMYK00.110.320.14
HSL39.72º50.35%72.35%-
HSV(B)39.72º32.27%86.27%-
XYZ54.6856.8736.53-
YUV197.82100.45143.82-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.94%
GREEN value IS 196 (76.95% from 255) = 34.69%
BLUE value IS 149 (58.59% from 255) = 26.37%
R=38.94%
G=34.69%
B=26.37%

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
Decimal22019614900.110.320.1439.7250.3572.35
HexDCC4950B20E283248
Octal33430422501340165062110
Binary1101110011000100100101010101110000011101010001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC495; }

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

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

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

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

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

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

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

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