#DCC89A

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

Shades of Raffia #DCC89A

Tints of Raffia #DCC89A

Color information

#DCC89A (or 0xDCC89A) is unknown color: approx Raffia. HEX triplet: DC, C8 and 9A. RGB value is (220,200,154). Sum of RGB (Red+Green+Blue) = 220+200+154=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 200 (78.52% from 255 or 34.84% from 574); Blue value is 154 (60.55% from 255 or 26.83% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC89A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC89A is #233765. Grayscale: #C8C8C8. Windows color (decimal): -2307942 or 10143964. OLE color: 10143964.

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

Color convert

RGB220200154-
CMYK00.090.30.14
HSL41.82º48.53%73.33%-
HSV(B)41.82º30%86.27%-
XYZ5658.8638.98-
YUV200.74101.63141.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.33%
GREEN value IS 200 (78.52% from 255) = 34.84%
BLUE value IS 154 (60.55% from 255) = 26.83%
R=38.33%
G=34.84%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.3
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020015400.090.30.1441.8248.5373.33
HexDCC89A091EE2a3149
Octal33431023201136165261111
Binary110111001100100010011010010011111011101010101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC89A; }

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

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

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

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

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

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

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

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