#DCC99E

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

Shades of Raffia #DCC99E

Tints of Raffia #DCC99E

Color information

#DCC99E (or 0xDCC99E) is unknown color: approx Raffia. HEX triplet: DC, C9 and 9E. RGB value is (220,201,158). Sum of RGB (Red+Green+Blue) = 220+201+158=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 201 (78.91% from 255 or 34.72% from 579); Blue value is 158 (62.11% from 255 or 27.29% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC99E is #233661. Grayscale: #C9C9C9. Windows color (decimal): -2307682 or 10406364. OLE color: 10406364.

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

Color convert

RGB220201158-
CMYK00.090.280.14
HSL41.61º46.97%74.12%-
HSV(B)41.61º28.18%86.27%-
XYZ56.5759.4640.84-
YUV201.78103.29141-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.00%
GREEN value IS 201 (78.91% from 255) = 34.72%
BLUE value IS 158 (62.11% from 255) = 27.29%
R=38.00%
G=34.72%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020115800.090.280.1441.6146.9774.12
HexDCC99E091CE2a2f4a
Octal33431123601134165257112
Binary110111001100100110011110010011110011101010101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC99E; }

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

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

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

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

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

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

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

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