#D9C5A4

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

Shades of Raffia #D9C5A4

Tints of Raffia #D9C5A4

Color information

#D9C5A4 (or 0xD9C5A4) is unknown color: approx Raffia. HEX triplet: D9, C5 and A4. RGB value is (217,197,164). Sum of RGB (Red+Green+Blue) = 217+197+164=578 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.54% from 578); Green value is 197 (77.34% from 255 or 34.08% from 578); Blue value is 164 (64.45% from 255 or 28.37% from 578); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C5A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C5A4 is #263A5B. Grayscale: #C7C7C7. Windows color (decimal): -2505308 or 10798553. OLE color: 10798553.

HSL color Cylindrical-coordinate representation of color #D9C5A4: hue angle of 37.36º 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 #D9C5A4 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB217197164-
CMYK00.090.240.15
HSL37.36º41.09%74.71%-
HSV(B)37.36º24.42%85.1%-
XYZ55.2857.3643.28-
YUV199.22108.13140.68-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.54%
GREEN value IS 197 (77.34% from 255) = 34.08%
BLUE value IS 164 (64.45% from 255) = 28.37%
R=37.54%
G=34.08%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719716400.090.240.1537.3641.0974.71
HexD9C5A40918F25294b
Octal33130524401130174551113
Binary110110011100010110100100010011100011111001011010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C5A4; }

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

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

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

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

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

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

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

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