Html Css Color HEX #D7BC85 Straw

📋 copy color: '#D7BC85'

red 215 ◦ green 188 ◦ blue 133

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

Shades of Straw #D7BC85

Tints of Straw #D7BC85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 24.81%

R = 40.11%
G = 35.07%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D7BC85 (or 0xD7BC85) is known color: Straw. HEX triplet: D7, BC and 85. RGB value is (215,188,133). Sum of RGB (Red+Green+Blue) = 215+188+133=536 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.11% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 133 (52.34% from 255 or 24.81% from 536); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BC85 is #28437A. Grayscale: #BEBEBE. Windows color (decimal): -2638715 or 8764631. OLE color: 8764631.

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

Color convert

RGB 215 188 133 -
CMYK 0 0.13 0.38 0.16
HSL 40.24º 0.51% 0.68% -
HSV(B) 40.24º 0.38% 0.84% -
XYZ 50.24 52.11 29.6 -
YUV 189.8 95.95 145.97 -
System Red Green Blue C M Y K H S L
Decimal 215 188 133 0 0.13 0.38 0.16 40.24 0.51 0.68
Hex D7 BC 85 0 D 26 10 28 33 44
Octal 327 274 205 0 15 46 20 50 63 104
Binary 11010111 10111100 10000101 0 1101 100110 10000 101000 110011 1000100

Color Harmonies of #D7BC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BC85

Black with #D7BC85

Text Example


Text Example

White with #D7BC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BC85; }

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

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

background-color css

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

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

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

border-color css

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

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

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