Html Css Color HEX #D8BF98 Raffia

📋 copy color: '#D8BF98'

red 216 ◦ green 191 ◦ blue 152

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

Shades of Raffia #D8BF98

Tints of Raffia #D8BF98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.19%

R = 38.64%
G = 34.17%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D8BF98 (or 0xD8BF98) is known color: Raffia. HEX triplet: D8, BF and 98. RGB value is (216,191,152). Sum of RGB (Red+Green+Blue) = 216+191+152=559 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.64% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 152 (59.77% from 255 or 27.19% from 559); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BF98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BF98 is #274067. Grayscale: #C2C2C2. Windows color (decimal): -2572392 or 10010584. OLE color: 10010584.

HSL color Cylindrical-coordinate representation of color #D8BF98: hue angle of 36.56º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D8BF98 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 191 152 -
CMYK 0 0.12 0.30 0.15
HSL 36.56º 0.45% 0.72% -
HSV(B) 36.56º 0.3% 0.85% -
XYZ 52.62 54.13 37.38 -
YUV 194.03 104.28 143.67 -
System Red Green Blue C M Y K H S L
Decimal 216 191 152 0 0.12 0.30 0.15 36.56 0.45 0.72
Hex D8 BF 98 0 C 1E F 25 2D 48
Octal 330 277 230 0 14 36 17 45 55 110
Binary 11011000 10111111 10011000 0 1100 11110 1111 100101 101101 1001000

Color Harmonies of #D8BF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BF98

Black with #D8BF98

Text Example


Text Example

White with #D8BF98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BF98; }

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

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

background-color css

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

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

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

border-color css

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

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

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