Html Css Color HEX #D8B983 Straw

📋 copy color: '#D8B983'

red 216 ◦ green 185 ◦ blue 131

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

Shades of Straw #D8B983

Tints of Straw #D8B983

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.77%

 BLUE value IS 131 (51.56% from 255) = 24.62%

R = 40.6%
G = 34.77%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D8B983 (or 0xD8B983) is known color: Straw. HEX triplet: D8, B9 and 83. RGB value is (216,185,131). Sum of RGB (Red+Green+Blue) = 216+185+131=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 131 (51.56% from 255 or 24.62% from 532); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B983 is #27467C. Grayscale: #BCBCBC. Windows color (decimal): -2573949 or 8632792. OLE color: 8632792.

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

Color convert

RGB 216 185 131 -
CMYK 0 0.14 0.39 0.15
HSL 38.12º 0.52% 0.68% -
HSV(B) 38.12º 0.39% 0.85% -
XYZ 49.76 50.94 28.68 -
YUV 188.11 95.77 147.89 -
System Red Green Blue C M Y K H S L
Decimal 216 185 131 0 0.14 0.39 0.15 38.12 0.52 0.68
Hex D8 B9 83 0 E 27 F 26 34 44
Octal 330 271 203 0 16 47 17 46 64 104
Binary 11011000 10111001 10000011 0 1110 100111 1111 100110 110100 1000100

Color Harmonies of #D8B983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B983

Black with #D8B983

Text Example


Text Example

White with #D8B983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B983; }

 p { color: rgb(216,185,131); }

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

background-color css

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

 a { background-color: rgb(216,185,131); }

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

border-color css

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

 span { border-color: rgb(216,185,131); }

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