Html Css Color HEX #D8BF9E Raffia

📋 copy color: '#D8BF9E'

red 216 ◦ green 191 ◦ blue 158

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

Shades of Raffia #D8BF9E

Tints of Raffia #D8BF9E

RGB

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

 GREEN value IS 191 (75% from 255) = 33.81%

 BLUE value IS 158 (62.11% from 255) = 27.96%

R = 38.23%
G = 33.81%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D8BF9E (or 0xD8BF9E) is known color: Raffia. HEX triplet: D8, BF and 9E. RGB value is (216,191,158). Sum of RGB (Red+Green+Blue) = 216+191+158=565 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.23% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 158 (62.11% from 255 or 27.96% from 565); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BF9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BF9E is #274061. Grayscale: #C2C2C2. Windows color (decimal): -2572386 or 10403800. OLE color: 10403800.

HSL color Cylindrical-coordinate representation of color #D8BF9E: hue angle of 34.14º 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 #D8BF9E is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 191 158 -
CMYK 0 0.12 0.27 0.15
HSL 34.14º 0.43% 0.73% -
HSV(B) 34.14º 0.27% 0.85% -
XYZ 53.12 54.33 40.03 -
YUV 194.71 107.28 143.18 -
System Red Green Blue C M Y K H S L
Decimal 216 191 158 0 0.12 0.27 0.15 34.14 0.43 0.73
Hex D8 BF 9E 0 C 1B F 22 2B 49
Octal 330 277 236 0 14 33 17 42 53 111
Binary 11011000 10111111 10011110 0 1100 11011 1111 100010 101011 1001001

Color Harmonies of #D8BF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BF9E

Black with #D8BF9E

Text Example


Text Example

White with #D8BF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BF9E; }

 p { color: rgb(216,191,158); }

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

background-color css

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

 a { background-color: rgb(216,191,158); }

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

border-color css

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

 span { border-color: rgb(216,191,158); }

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