#DCC593

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

Shades of Raffia #DCC593

Tints of Raffia #DCC593

Color information

#DCC593 (or 0xDCC593) is unknown color: approx Raffia. HEX triplet: DC, C5 and 93. RGB value is (220,197,147). Sum of RGB (Red+Green+Blue) = 220+197+147=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 197 (77.34% from 255 or 34.93% from 564); Blue value is 147 (57.81% from 255 or 26.06% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC593 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC593 is #233A6C. Grayscale: #C6C6C6. Windows color (decimal): -2308717 or 9684444. OLE color: 9684444.

HSL color Cylindrical-coordinate representation of color #DCC593: hue angle of 41.1º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCC593 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB220197147-
CMYK00.100.330.14
HSL41.1º51.05%71.96%-
HSV(B)41.1º33.18%86.27%-
XYZ54.7557.2535.77-
YUV198.1899.12143.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.01%
GREEN value IS 197 (77.34% from 255) = 34.93%
BLUE value IS 147 (57.81% from 255) = 26.06%
R=39.01%
G=34.93%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019714700.100.330.1441.151.0571.96
HexDCC5930A21E293348
Octal33430522301241165163110
Binary1101110011000101100100110101010000111101010011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC593; }

 p { color: rgb(220,197,147); }

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

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

 a { background-color: rgb(220,197,147); }

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

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

 span { border-color: rgb(220,197,147); }

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