#DCC09E

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

Shades of Raffia #DCC09E

Tints of Raffia #DCC09E

Color information

#DCC09E (or 0xDCC09E) is unknown color: approx Raffia. HEX triplet: DC, C0 and 9E. RGB value is (220,192,158). Sum of RGB (Red+Green+Blue) = 220+192+158=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 158 (62.11% from 255 or 27.72% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC09E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC09E is #233F61. Grayscale: #C4C4C4. Windows color (decimal): -2309986 or 10404060. OLE color: 10404060.

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

Color convert

RGB220192158-
CMYK00.130.280.14
HSL32.9º46.97%74.12%-
HSV(B)32.9º28.18%86.27%-
XYZ54.5455.3840.16-
YUV196.5106.28144.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.60%
GREEN value IS 192 (75.39% from 255) = 33.68%
BLUE value IS 158 (62.11% from 255) = 27.72%
R=38.60%
G=33.68%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019215800.130.280.1432.946.9774.12
HexDCC09E0D1CE212f4a
Octal33430023601534164157112
Binary110111001100000010011110011011110011101000011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC09E; }

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

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

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

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

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

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

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

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