Html Css Color HEX #D9BF9F Raffia

📋 copy color: '#D9BF9F'

red 217 ◦ green 191 ◦ blue 159

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

Shades of Raffia #D9BF9F

Tints of Raffia #D9BF9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 28.04%

R = 38.27%
G = 33.69%
B = 28.04%

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

#D9BF9F (or 0xD9BF9F) is known color: Raffia. HEX triplet: D9, BF and 9F. RGB value is (217,191,159). Sum of RGB (Red+Green+Blue) = 217+191+159=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 159 (62.5% from 255 or 28.04% from 567); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BF9F is #264060. Grayscale: #C3C3C3. Windows color (decimal): -2506849 or 10469337. OLE color: 10469337.

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

Color convert

RGB 217 191 159 -
CMYK 0 0.12 0.27 0.15
HSL 33.1º 0.43% 0.74% -
HSV(B) 33.1º 0.27% 0.85% -
XYZ 53.5 54.52 40.5 -
YUV 195.13 107.61 143.6 -
System Red Green Blue C M Y K H S L
Decimal 217 191 159 0 0.12 0.27 0.15 33.1 0.43 0.74
Hex D9 BF 9F 0 C 1B F 21 2B 4A
Octal 331 277 237 0 14 33 17 41 53 112
Binary 11011001 10111111 10011111 0 1100 11011 1111 100001 101011 1001010

Color Harmonies of #D9BF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BF9F

Black with #D9BF9F

Text Example


Text Example

White with #D9BF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BF9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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