Html Css Color HEX #D9BF8F Straw

📋 copy color: '#D9BF8F'

red 217 ◦ green 191 ◦ blue 143

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

Shades of Straw #D9BF8F

Tints of Straw #D9BF8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 25.95%

R = 39.38%
G = 34.66%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D9BF8F (or 0xD9BF8F) is known color: Straw. HEX triplet: D9, BF and 8F. RGB value is (217,191,143). Sum of RGB (Red+Green+Blue) = 217+191+143=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 143 (56.25% from 255 or 25.95% from 551); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BF8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BF8F is #264070. Grayscale: #C1C1C1. Windows color (decimal): -2506865 or 9420761. OLE color: 9420761.

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

Color convert

RGB 217 191 143 -
CMYK 0 0.12 0.34 0.15
HSL 38.92º 0.49% 0.71% -
HSV(B) 38.92º 0.34% 0.85% -
XYZ 52.2 54 33.66 -
YUV 193.3 99.61 144.9 -
System Red Green Blue C M Y K H S L
Decimal 217 191 143 0 0.12 0.34 0.15 38.92 0.49 0.71
Hex D9 BF 8F 0 C 22 F 27 31 47
Octal 331 277 217 0 14 42 17 47 61 107
Binary 11011001 10111111 10001111 0 1100 100010 1111 100111 110001 1000111

Color Harmonies of #D9BF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BF8F

Black with #D9BF8F

Text Example


Text Example

White with #D9BF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BF8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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