#DCC19C

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

Shades of Raffia #DCC19C

Tints of Raffia #DCC19C

Color information

#DCC19C (or 0xDCC19C) is unknown color: approx Raffia. HEX triplet: DC, C1 and 9C. RGB value is (220,193,156). Sum of RGB (Red+Green+Blue) = 220+193+156=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 193 (75.78% from 255 or 33.92% from 569); Blue value is 156 (61.33% from 255 or 27.42% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC19C is #233E63. Grayscale: #C5C5C5. Windows color (decimal): -2309732 or 10273244. OLE color: 10273244.

HSL color Cylindrical-coordinate representation of color #DCC19C: hue angle of 34.69º degrees, saturation: 0.48, 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 #DCC19C is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB220193156-
CMYK00.120.290.14
HSL34.69º47.76%73.73%-
HSV(B)34.69º29.09%86.27%-
XYZ54.5955.7639.34-
YUV196.86104.95144.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.66%
GREEN value IS 193 (75.78% from 255) = 33.92%
BLUE value IS 156 (61.33% from 255) = 27.42%
R=38.66%
G=33.92%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019315600.120.290.1434.6947.7673.73
HexDCC19C0C1DE23304a
Octal33430123401435164360112
Binary110111001100000110011100011001110111101000111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC19C; }

 p { color: rgb(220,193,156); }

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

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

 a { background-color: rgb(220,193,156); }

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

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

 span { border-color: rgb(220,193,156); }

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