Html Css Color HEX #D8C49D Raffia

📋 copy color: '#D8C49D'

red 216 ◦ green 196 ◦ blue 157

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

Shades of Raffia #D8C49D

Tints of Raffia #D8C49D

RGB

 RED value IS 216 (84.77% from 255) = 37.96%

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

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

R = 37.96%
G = 34.45%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D8C49D (or 0xD8C49D) is known color: Raffia. HEX triplet: D8, C4 and 9D. RGB value is (216,196,157). Sum of RGB (Red+Green+Blue) = 216+196+157=569 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.96% from 569); Green value is 196 (76.95% from 255 or 34.45% from 569); Blue value is 157 (61.72% from 255 or 27.59% from 569); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C49D is #273B62. Grayscale: #C5C5C5. Windows color (decimal): -2571107 or 10339544. OLE color: 10339544.

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

Color convert

RGB 216 196 157 -
CMYK 0 0.09 0.27 0.15
HSL 39.66º 0.43% 0.73% -
HSV(B) 39.66º 0.27% 0.85% -
XYZ 54.14 56.51 39.95 -
YUV 197.53 105.13 141.17 -
System Red Green Blue C M Y K H S L
Decimal 216 196 157 0 0.09 0.27 0.15 39.66 0.43 0.73
Hex D8 C4 9D 0 9 1B F 28 2B 49
Octal 330 304 235 0 11 33 17 50 53 111
Binary 11011000 11000100 10011101 0 1001 11011 1111 101000 101011 1001001

Color Harmonies of #D8C49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C49D

Black with #D8C49D

Text Example


Text Example

White with #D8C49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C49D; }

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

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

background-color css

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

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

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

border-color css

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

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

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