#DCCBA5

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

Shades of Raffia #DCCBA5

Tints of Raffia #DCCBA5

Color information

#DCCBA5 (or 0xDCCBA5) is unknown color: approx Raffia. HEX triplet: DC, CB and A5. RGB value is (220,203,165). Sum of RGB (Red+Green+Blue) = 220+203+165=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 203 (79.69% from 255 or 34.52% from 588); Blue value is 165 (64.84% from 255 or 28.06% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCBA5 is #23345A. Grayscale: #CBCBCB. Windows color (decimal): -2307163 or 10865628. OLE color: 10865628.

HSL color Cylindrical-coordinate representation of color #DCCBA5: hue angle of 41.45º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCCBA5 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB220203165-
CMYK00.080.250.14
HSL41.45º44%75.49%-
HSV(B)41.45º25%86.27%-
XYZ57.6660.6444.26-
YUV203.75106.13139.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.41%
GREEN value IS 203 (79.69% from 255) = 34.52%
BLUE value IS 165 (64.84% from 255) = 28.06%
R=37.41%
G=34.52%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020316500.080.250.1441.454475.49
HexDCCBA50819E292c4b
Octal33431324501031165154113
Binary110111001100101110100101010001100111101010011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCBA5; }

 p { color: rgb(220,203,165); }

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

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

 a { background-color: rgb(220,203,165); }

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

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

 span { border-color: rgb(220,203,165); }

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