Html Css Color HEX #D8BC85 Straw

📋 copy color: '#D8BC85'

red 216 ◦ green 188 ◦ blue 133

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

Shades of Straw #D8BC85

Tints of Straw #D8BC85

RGB

 RED value IS 216 (84.77% from 255) = 40.22%

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

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

R = 40.22%
G = 35.01%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D8BC85 (or 0xD8BC85) is known color: Straw. HEX triplet: D8, BC and 85. RGB value is (216,188,133). Sum of RGB (Red+Green+Blue) = 216+188+133=537 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.22% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 133 (52.34% from 255 or 24.77% from 537); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BC85 is #27437A. Grayscale: #BEBEBE. Windows color (decimal): -2573179 or 8764632. OLE color: 8764632.

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

Color convert

RGB 216 188 133 -
CMYK 0 0.13 0.38 0.15
HSL 39.76º 0.52% 0.68% -
HSV(B) 39.76º 0.38% 0.85% -
XYZ 50.54 52.26 29.61 -
YUV 190.1 95.78 146.47 -
System Red Green Blue C M Y K H S L
Decimal 216 188 133 0 0.13 0.38 0.15 39.76 0.52 0.68
Hex D8 BC 85 0 D 26 F 28 34 44
Octal 330 274 205 0 15 46 17 50 64 104
Binary 11011000 10111100 10000101 0 1101 100110 1111 101000 110100 1000100

Color Harmonies of #D8BC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BC85

Black with #D8BC85

Text Example


Text Example

White with #D8BC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BC85; }

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

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

background-color css

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

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

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

border-color css

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

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

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