#DCC292

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

Shades of Raffia #DCC292

Tints of Raffia #DCC292

Color information

#DCC292 (or 0xDCC292) is unknown color: approx Raffia. HEX triplet: DC, C2 and 92. RGB value is (220,194,146). Sum of RGB (Red+Green+Blue) = 220+194+146=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 194 (76.17% from 255 or 34.64% from 560); Blue value is 146 (57.42% from 255 or 26.07% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC292 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC292 is #233D6D. Grayscale: #C4C4C4. Windows color (decimal): -2309486 or 9618140. OLE color: 9618140.

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

Color convert

RGB220194146-
CMYK00.120.340.14
HSL38.92º51.39%71.76%-
HSV(B)38.92º33.64%86.27%-
XYZ5455.8735.13-
YUV196.399.61144.9-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.29%
GREEN value IS 194 (76.17% from 255) = 34.64%
BLUE value IS 146 (57.42% from 255) = 26.07%
R=39.29%
G=34.64%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019414600.120.340.1438.9251.3971.76
HexDCC2920C22E273348
Octal33430222201442164763110
Binary1101110011000010100100100110010001011101001111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC292; }

 p { color: rgb(220,194,146); }

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

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

 a { background-color: rgb(220,194,146); }

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

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

 span { border-color: rgb(220,194,146); }

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