Html Css Color HEX #D9C5A4 Raffia

📋 copy color: '#D9C5A4'

red 217 ◦ green 197 ◦ blue 164

#D9C5A4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raffia #D9C5A4

Tints of Raffia #D9C5A4

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 value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D9C5A4 (or 0xD9C5A4) is known color: 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

RGB 217 197 164 -
CMYK 0 0.09 0.24 0.15
HSL 37.36º 0.41% 0.75% -
HSV(B) 37.36º 0.24% 0.85% -
XYZ 55.28 57.36 43.28 -
YUV 199.22 108.13 140.68 -
System Red Green Blue C M Y K H S L
Decimal 217 197 164 0 0.09 0.24 0.15 37.36 0.41 0.75
Hex D9 C5 A4 0 9 18 F 25 29 4B
Octal 331 305 244 0 11 30 17 45 51 113
Binary 11011001 11000101 10100100 0 1001 11000 1111 100101 101001 1001011

Color Harmonies of #D9C5A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C5A4

Black with #D9C5A4

Text Example


Text Example

White with #D9C5A4

Text Example


Text Example

HTML Codes & Css Web 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>