#DCC4A3

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

Shades of Raffia #DCC4A3

Tints of Raffia #DCC4A3

Color information

#DCC4A3 (or 0xDCC4A3) is unknown color: approx Raffia. HEX triplet: DC, C4 and A3. RGB value is (220,196,163). Sum of RGB (Red+Green+Blue) = 220+196+163=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 196 (76.95% from 255 or 33.85% from 579); Blue value is 163 (64.06% from 255 or 28.15% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC4A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC4A3 is #233B5C. Grayscale: #C7C7C7. Windows color (decimal): -2308957 or 10732764. OLE color: 10732764.

HSL color Cylindrical-coordinate representation of color #DCC4A3: hue angle of 34.74º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCC4A3 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB220196163-
CMYK00.110.260.14
HSL34.74º44.88%75.1%-
HSV(B)34.74º25.91%86.27%-
XYZ55.8757.3442.77-
YUV199.41107.45142.68-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.00%
GREEN value IS 196 (76.95% from 255) = 33.85%
BLUE value IS 163 (64.06% from 255) = 28.15%
R=38.00%
G=33.85%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019616300.110.260.1434.7444.8875.1
HexDCC4A30B1AE232d4b
Octal33430424301332164355113
Binary110111001100010010100011010111101011101000111011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC4A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC4A3; }

 p { color: rgb(220,196,163); }

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

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

 a { background-color: rgb(220,196,163); }

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

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

 span { border-color: rgb(220,196,163); }

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