Html Css Color HEX #D7BF8D Straw

📋 copy color: '#D7BF8D'

red 215 ◦ green 191 ◦ blue 141

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

Shades of Straw #D7BF8D

Tints of Straw #D7BF8D

RGB

 RED value IS 215 (84.38% from 255) = 39.31%

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

 BLUE value IS 141 (55.47% from 255) = 25.78%

R = 39.31%
G = 34.92%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D7BF8D (or 0xD7BF8D) is known color: Straw. HEX triplet: D7, BF and 8D. RGB value is (215,191,141). Sum of RGB (Red+Green+Blue) = 215+191+141=547 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.31% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 141 (55.47% from 255 or 25.78% from 547); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BF8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BF8D is #284072. Grayscale: #C0C0C0. Windows color (decimal): -2637939 or 9289687. OLE color: 9289687.

HSL color Cylindrical-coordinate representation of color #D7BF8D: hue angle of 40.54º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D7BF8D is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 191 141 -
CMYK 0 0.11 0.34 0.16
HSL 40.54º 0.48% 0.7% -
HSV(B) 40.54º 0.34% 0.84% -
XYZ 51.46 53.63 32.84 -
YUV 192.48 98.95 144.07 -
System Red Green Blue C M Y K H S L
Decimal 215 191 141 0 0.11 0.34 0.16 40.54 0.48 0.7
Hex D7 BF 8D 0 B 22 10 29 30 46
Octal 327 277 215 0 13 42 20 51 60 106
Binary 11010111 10111111 10001101 0 1011 100010 10000 101001 110000 1000110

Color Harmonies of #D7BF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BF8D

Black with #D7BF8D

Text Example


Text Example

White with #D7BF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BF8D; }

 p { color: rgb(215,191,141); }

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

background-color css

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

 a { background-color: rgb(215,191,141); }

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

border-color css

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

 span { border-color: rgb(215,191,141); }

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