#D9C4A4

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

Shades of Raffia #D9C4A4

Tints of Raffia #D9C4A4

Color information

#D9C4A4 (or 0xD9C4A4) is unknown color: approx Raffia. HEX triplet: D9, C4 and A4. RGB value is (217,196,164). Sum of RGB (Red+Green+Blue) = 217+196+164=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 196 (76.95% from 255 or 33.97% from 577); Blue value is 164 (64.45% from 255 or 28.42% from 577); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C4A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C4A4 is #263B5B. Grayscale: #C6C6C6. Windows color (decimal): -2505564 or 10798297. OLE color: 10798297.

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

Color convert

RGB217196164-
CMYK00.100.240.15
HSL36.23º41.09%74.71%-
HSV(B)36.23º24.42%85.1%-
XYZ55.0656.9143.21-
YUV198.63108.46141.1-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.61%
GREEN value IS 196 (76.95% from 255) = 33.97%
BLUE value IS 164 (64.45% from 255) = 28.42%
R=37.61%
G=33.97%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719616400.100.240.1536.2341.0974.71
HexD9C4A40A18F24294b
Octal33130424401230174451113
Binary110110011100010010100100010101100011111001001010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C4A4; }

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

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

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

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

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

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

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

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