#DCC39D

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

Shades of Raffia #DCC39D

Tints of Raffia #DCC39D

Color information

#DCC39D (or 0xDCC39D) is unknown color: approx Raffia. HEX triplet: DC, C3 and 9D. RGB value is (220,195,157). Sum of RGB (Red+Green+Blue) = 220+195+157=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 195 (76.56% from 255 or 34.09% from 572); Blue value is 157 (61.72% from 255 or 27.45% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC39D is #233C62. Grayscale: #C6C6C6. Windows color (decimal): -2309219 or 10339292. OLE color: 10339292.

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

Color convert

RGB220195157-
CMYK00.110.290.14
HSL36.19º47.37%73.92%-
HSV(B)36.19º28.64%86.27%-
XYZ55.1256.6839.93-
YUV198.14104.78143.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.46%
GREEN value IS 195 (76.56% from 255) = 34.09%
BLUE value IS 157 (61.72% from 255) = 27.45%
R=38.46%
G=34.09%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019515700.110.290.1436.1947.3773.92
HexDCC39D0B1DE242f4a
Octal33430323501335164457112
Binary110111001100001110011101010111110111101001001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC39D; }

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

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

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

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

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

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

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

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