#DCC09D

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

Shades of Raffia #DCC09D

Tints of Raffia #DCC09D

Color information

#DCC09D (or 0xDCC09D) is unknown color: approx Raffia. HEX triplet: DC, C0 and 9D. RGB value is (220,192,157). Sum of RGB (Red+Green+Blue) = 220+192+157=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 192 (75.39% from 255 or 33.74% from 569); Blue value is 157 (61.72% from 255 or 27.59% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC09D is #233F62. Grayscale: #C4C4C4. Windows color (decimal): -2309987 or 10338524. OLE color: 10338524.

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

Color convert

RGB220192157-
CMYK00.130.290.14
HSL33.33º47.37%73.92%-
HSV(B)33.33º28.64%86.27%-
XYZ54.4555.3539.71-
YUV196.38105.78144.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.66%
GREEN value IS 192 (75.39% from 255) = 33.74%
BLUE value IS 157 (61.72% from 255) = 27.59%
R=38.66%
G=33.74%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019215700.130.290.1433.3347.3773.92
HexDCC09D0D1DE212f4a
Octal33430023501535164157112
Binary110111001100000010011101011011110111101000011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC09D; }

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

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

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

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

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

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

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

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