Html Css Color HEX #D9C49D Raffia

📋 copy color: '#D9C49D'

red 217 ◦ green 196 ◦ blue 157

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

Shades of Raffia #D9C49D

Tints of Raffia #D9C49D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 27.54%

R = 38.07%
G = 34.39%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D9C49D (or 0xD9C49D) is known color: Raffia. HEX triplet: D9, C4 and 9D. RGB value is (217,196,157). Sum of RGB (Red+Green+Blue) = 217+196+157=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 196 (76.95% from 255 or 34.39% from 570); Blue value is 157 (61.72% from 255 or 27.54% from 570); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C49D is #263B62. Grayscale: #C6C6C6. Windows color (decimal): -2505571 or 10339545. OLE color: 10339545.

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

Color convert

RGB 217 196 157 -
CMYK 0 0.10 0.28 0.15
HSL 39º 0.44% 0.73% -
HSV(B) 39º 0.28% 0.85% -
XYZ 54.44 56.67 39.97 -
YUV 197.83 104.96 141.67 -
System Red Green Blue C M Y K H S L
Decimal 217 196 157 0 0.10 0.28 0.15 39 0.44 0.73
Hex D9 C4 9D 0 A 1C F 27 2C 49
Octal 331 304 235 0 12 34 17 47 54 111
Binary 11011001 11000100 10011101 0 1010 11100 1111 100111 101100 1001001

Color Harmonies of #D9C49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C49D

Black with #D9C49D

Text Example


Text Example

White with #D9C49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C49D; }

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

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

background-color css

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

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

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

border-color css

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

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

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