Html Css Color HEX #D8C7AA Raffia

📋 copy color: '#D8C7AA'

red 216 ◦ green 199 ◦ blue 170

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

Shades of Raffia #D8C7AA

Tints of Raffia #D8C7AA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.02%

 BLUE value IS 170 (66.8% from 255) = 29.06%

R = 36.92%
G = 34.02%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D8C7AA (or 0xD8C7AA) is known color: Raffia. HEX triplet: D8, C7 and AA. RGB value is (216,199,170). Sum of RGB (Red+Green+Blue) = 216+199+170=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 199 (78.12% from 255 or 34.02% from 585); Blue value is 170 (66.80% from 255 or 29.06% from 585); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C7AA is #273855. Grayscale: #C8C8C8. Windows color (decimal): -2570326 or 11192280. OLE color: 11192280.

HSL color Cylindrical-coordinate representation of color #D8C7AA: hue angle of 37.83º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8C7AA is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 199 170 -
CMYK 0 0.08 0.21 0.15
HSL 37.83º 0.37% 0.76% -
HSV(B) 37.83º 0.21% 0.85% -
XYZ 56 58.35 46.34 -
YUV 200.78 110.63 138.86 -
System Red Green Blue C M Y K H S L
Decimal 216 199 170 0 0.08 0.21 0.15 37.83 0.37 0.76
Hex D8 C7 AA 0 8 15 F 26 25 4C
Octal 330 307 252 0 10 25 17 46 45 114
Binary 11011000 11000111 10101010 0 1000 10101 1111 100110 100101 1001100

Color Harmonies of #D8C7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C7AA

Black with #D8C7AA

Text Example


Text Example

White with #D8C7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C7AA; }

 p { color: rgb(216,199,170); }

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

background-color css

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

 a { background-color: rgb(216,199,170); }

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

border-color css

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

 span { border-color: rgb(216,199,170); }

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