Html Css Color HEX #D9BF96 Raffia

📋 copy color: '#D9BF96'

red 217 ◦ green 191 ◦ blue 150

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

Shades of Raffia #D9BF96

Tints of Raffia #D9BF96

RGB

 RED value IS 217 (85.16% from 255) = 38.89%

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

 BLUE value IS 150 (58.98% from 255) = 26.88%

R = 38.89%
G = 34.23%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D9BF96 (or 0xD9BF96) is known color: Raffia. HEX triplet: D9, BF and 96. RGB value is (217,191,150). Sum of RGB (Red+Green+Blue) = 217+191+150=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 150 (58.98% from 255 or 26.88% from 558); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BF96 is #264069. Grayscale: #C2C2C2. Windows color (decimal): -2506858 or 9879513. OLE color: 9879513.

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

Color convert

RGB 217 191 150 -
CMYK 0 0.12 0.31 0.15
HSL 36.72º 0.47% 0.72% -
HSV(B) 36.72º 0.31% 0.85% -
XYZ 52.75 54.22 36.54 -
YUV 194.1 103.11 144.33 -
System Red Green Blue C M Y K H S L
Decimal 217 191 150 0 0.12 0.31 0.15 36.72 0.47 0.72
Hex D9 BF 96 0 C 1F F 25 2F 48
Octal 331 277 226 0 14 37 17 45 57 110
Binary 11011001 10111111 10010110 0 1100 11111 1111 100101 101111 1001000

Color Harmonies of #D9BF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BF96

Black with #D9BF96

Text Example


Text Example

White with #D9BF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BF96; }

 p { color: rgb(217,191,150); }

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

background-color css

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

 a { background-color: rgb(217,191,150); }

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

border-color css

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

 span { border-color: rgb(217,191,150); }

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