Html Css Color HEX #D9BF99 Raffia

📋 copy color: '#D9BF99'

red 217 ◦ green 191 ◦ blue 153

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

Shades of Raffia #D9BF99

Tints of Raffia #D9BF99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 27.27%

R = 38.68%
G = 34.05%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D9BF99 (or 0xD9BF99) is known color: Raffia. HEX triplet: D9, BF and 99. RGB value is (217,191,153). Sum of RGB (Red+Green+Blue) = 217+191+153=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 153 (60.16% from 255 or 27.27% from 561); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BF99 is #264066. Grayscale: #C2C2C2. Windows color (decimal): -2506855 or 10076121. OLE color: 10076121.

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

Color convert

RGB 217 191 153 -
CMYK 0 0.12 0.29 0.15
HSL 35.63º 0.46% 0.73% -
HSV(B) 35.63º 0.29% 0.85% -
XYZ 53 54.31 37.83 -
YUV 194.44 104.61 144.09 -
System Red Green Blue C M Y K H S L
Decimal 217 191 153 0 0.12 0.29 0.15 35.63 0.46 0.73
Hex D9 BF 99 0 C 1D F 24 2E 49
Octal 331 277 231 0 14 35 17 44 56 111
Binary 11011001 10111111 10011001 0 1100 11101 1111 100100 101110 1001001

Color Harmonies of #D9BF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BF99

Black with #D9BF99

Text Example


Text Example

White with #D9BF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BF99; }

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

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

background-color css

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

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

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

border-color css

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

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

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