#DCC99B

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

Shades of Raffia #DCC99B

Tints of Raffia #DCC99B

Color information

#DCC99B (or 0xDCC99B) is unknown color: approx Raffia. HEX triplet: DC, C9 and 9B. RGB value is (220,201,155). Sum of RGB (Red+Green+Blue) = 220+201+155=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 201 (78.91% from 255 or 34.90% from 576); Blue value is 155 (60.94% from 255 or 26.91% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC99B is #233664. Grayscale: #C9C9C9. Windows color (decimal): -2307685 or 10209756. OLE color: 10209756.

HSL color Cylindrical-coordinate representation of color #DCC99B: hue angle of 42.46º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCC99B is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB220201155-
CMYK00.090.300.14
HSL42.46º48.15%73.53%-
HSV(B)42.46º29.55%86.27%-
XYZ56.3259.3639.5-
YUV201.44101.79141.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.19%
GREEN value IS 201 (78.91% from 255) = 34.90%
BLUE value IS 155 (60.94% from 255) = 26.91%
R=38.19%
G=34.90%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020115500.090.300.1442.4648.1573.53
HexDCC99B091EE2a304a
Octal33431123301136165260112
Binary110111001100100110011011010011111011101010101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC99B; }

 p { color: rgb(220,201,155); }

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

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

 a { background-color: rgb(220,201,155); }

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

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

 span { border-color: rgb(220,201,155); }

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