#DCC09A

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

Shades of Raffia #DCC09A

Tints of Raffia #DCC09A

Color information

#DCC09A (or 0xDCC09A) is unknown color: approx Raffia. HEX triplet: DC, C0 and 9A. RGB value is (220,192,154). Sum of RGB (Red+Green+Blue) = 220+192+154=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 154 (60.55% from 255 or 27.21% from 566); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC09A is #233F65. Grayscale: #C4C4C4. Windows color (decimal): -2309990 or 10141916. OLE color: 10141916.

HSL color Cylindrical-coordinate representation of color #DCC09A: hue angle of 34.55º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCC09A is Cyan = 0, Magento = 0.13, Yellow = 0.3 and Black (K on CMYK) = 0.14.

Color convert

RGB220192154-
CMYK00.130.30.14
HSL34.55º48.53%73.33%-
HSV(B)34.55º30%86.27%-
XYZ54.255.2538.38-
YUV196.04104.28145.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.87%
GREEN value IS 192 (75.39% from 255) = 33.92%
BLUE value IS 154 (60.55% from 255) = 27.21%
R=38.87%
G=33.92%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.3
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019215400.130.30.1434.5548.5373.33
HexDCC09A0D1EE233149
Octal33430023201536164361111
Binary110111001100000010011010011011111011101000111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC09A; }

 p { color: rgb(220,192,154); }

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

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

 a { background-color: rgb(220,192,154); }

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

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

 span { border-color: rgb(220,192,154); }

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