#D9C2A4

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

Shades of Raffia #D9C2A4

Tints of Raffia #D9C2A4

Color information

#D9C2A4 (or 0xD9C2A4) is unknown color: approx Raffia. HEX triplet: D9, C2 and A4. RGB value is (217,194,164). Sum of RGB (Red+Green+Blue) = 217+194+164=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 194 (76.17% from 255 or 33.74% from 575); Blue value is 164 (64.45% from 255 or 28.52% from 575); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C2A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C2A4 is #263D5B. Grayscale: #C5C5C5. Windows color (decimal): -2506076 or 10797785. OLE color: 10797785.

HSL color Cylindrical-coordinate representation of color #D9C2A4: hue angle of 33.96º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9C2A4 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB217194164-
CMYK00.110.240.15
HSL33.96º41.09%74.71%-
HSV(B)33.96º24.42%85.1%-
XYZ54.6156.0243.06-
YUV197.46109.12141.94-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.74%
GREEN value IS 194 (76.17% from 255) = 33.74%
BLUE value IS 164 (64.45% from 255) = 28.52%
R=37.74%
G=33.74%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719416400.110.240.1533.9641.0974.71
HexD9C2A40B18F22294b
Octal33130224401330174251113
Binary110110011100001010100100010111100011111000101010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C2A4; }

 p { color: rgb(217,194,164); }

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

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

 a { background-color: rgb(217,194,164); }

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

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

 span { border-color: rgb(217,194,164); }

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