Html Css Color HEX #D8BE9E Raffia

📋 copy color: '#D8BE9E'

red 216 ◦ green 190 ◦ blue 158

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

Shades of Raffia #D8BE9E

Tints of Raffia #D8BE9E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.69%

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

R = 38.3%
G = 33.69%
B = 28.01%

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

#D8BE9E (or 0xD8BE9E) is known color: Raffia. HEX triplet: D8, BE and 9E. RGB value is (216,190,158). Sum of RGB (Red+Green+Blue) = 216+190+158=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 190 (74.61% from 255 or 33.69% from 564); Blue value is 158 (62.11% from 255 or 28.01% from 564); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BE9E is #274161. Grayscale: #C2C2C2. Windows color (decimal): -2572642 or 10403544. OLE color: 10403544.

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

Color convert

RGB 216 190 158 -
CMYK 0 0.12 0.27 0.15
HSL 33.1º 0.43% 0.73% -
HSV(B) 33.1º 0.27% 0.85% -
XYZ 52.9 53.89 39.96 -
YUV 194.13 107.61 143.6 -
System Red Green Blue C M Y K H S L
Decimal 216 190 158 0 0.12 0.27 0.15 33.1 0.43 0.73
Hex D8 BE 9E 0 C 1B F 21 2B 49
Octal 330 276 236 0 14 33 17 41 53 111
Binary 11011000 10111110 10011110 0 1100 11011 1111 100001 101011 1001001

Color Harmonies of #D8BE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BE9E

Black with #D8BE9E

Text Example


Text Example

White with #D8BE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BE9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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