Html Css Color HEX #D7BC81 Straw

📋 copy color: '#D7BC81'

red 215 ◦ green 188 ◦ blue 129

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

Shades of Straw #D7BC81

Tints of Straw #D7BC81

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.34%

 BLUE value IS 129 (50.78% from 255) = 24.25%

R = 40.41%
G = 35.34%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.4

 K value IS 0.16

RGB Variations

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

Color information

#D7BC81 (or 0xD7BC81) is known color: Straw. HEX triplet: D7, BC and 81. RGB value is (215,188,129). Sum of RGB (Red+Green+Blue) = 215+188+129=532 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.41% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 129 (50.78% from 255 or 24.25% from 532); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BC81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BC81 is #28437E. Grayscale: #BDBDBD. Windows color (decimal): -2638719 or 8502487. OLE color: 8502487.

HSL color Cylindrical-coordinate representation of color #D7BC81: hue angle of 41.16º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D7BC81 is Cyan = 0, Magento = 0.13, Yellow = 0.4 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 188 129 -
CMYK 0 0.13 0.4 0.16
HSL 41.16º 0.52% 0.67% -
HSV(B) 41.16º 0.4% 0.84% -
XYZ 49.97 52 28.17 -
YUV 189.35 93.95 146.3 -
System Red Green Blue C M Y K H S L
Decimal 215 188 129 0 0.13 0.4 0.16 41.16 0.52 0.67
Hex D7 BC 81 0 D 28 10 29 34 43
Octal 327 274 201 0 15 50 20 51 64 103
Binary 11010111 10111100 10000001 0 1101 101000 10000 101001 110100 1000011

Color Harmonies of #D7BC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BC81

Black with #D7BC81

Text Example


Text Example

White with #D7BC81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BC81; }

 p { color: rgb(215,188,129); }

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

background-color css

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

 a { background-color: rgb(215,188,129); }

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

border-color css

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

 span { border-color: rgb(215,188,129); }

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