Html Css Color HEX #D9C49F Raffia

📋 copy color: '#D9C49F'

red 217 ◦ green 196 ◦ blue 159

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

Shades of Raffia #D9C49F

Tints of Raffia #D9C49F

RGB

 RED value IS 217 (85.16% from 255) = 37.94%

 GREEN value IS 196 (76.95% from 255) = 34.27%

 BLUE value IS 159 (62.5% from 255) = 27.8%

R = 37.94%
G = 34.27%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D9C49F (or 0xD9C49F) is known color: Raffia. HEX triplet: D9, C4 and 9F. RGB value is (217,196,159). Sum of RGB (Red+Green+Blue) = 217+196+159=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 196 (76.95% from 255 or 34.27% from 572); Blue value is 159 (62.5% from 255 or 27.80% from 572); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C49F is #263B60. Grayscale: #C6C6C6. Windows color (decimal): -2505569 or 10470617. OLE color: 10470617.

HSL color Cylindrical-coordinate representation of color #D9C49F: hue angle of 38.28º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D9C49F is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 196 159 -
CMYK 0 0.10 0.27 0.15
HSL 38.28º 0.43% 0.74% -
HSV(B) 38.28º 0.27% 0.85% -
XYZ 54.61 56.73 40.87 -
YUV 198.06 105.96 141.51 -
System Red Green Blue C M Y K H S L
Decimal 217 196 159 0 0.10 0.27 0.15 38.28 0.43 0.74
Hex D9 C4 9F 0 A 1B F 26 2B 4A
Octal 331 304 237 0 12 33 17 46 53 112
Binary 11011001 11000100 10011111 0 1010 11011 1111 100110 101011 1001010

Color Harmonies of #D9C49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C49F

Black with #D9C49F

Text Example


Text Example

White with #D9C49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C49F; }

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

 H1.HeaderClassName
 {
   color: #D9C49F;
 }
 .AnyTagClassName
 {
   color: #D9C49F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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