Html Css Color HEX #D8BB7E Straw

📋 copy color: '#D8BB7E'

red 216 ◦ green 187 ◦ blue 126

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

Shades of Straw #D8BB7E

Tints of Straw #D8BB7E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.35%

 BLUE value IS 126 (49.61% from 255) = 23.82%

R = 40.83%
G = 35.35%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D8BB7E (or 0xD8BB7E) is known color: Straw. HEX triplet: D8, BB and 7E. RGB value is (216,187,126). Sum of RGB (Red+Green+Blue) = 216+187+126=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 126 (49.61% from 255 or 23.82% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BB7E is #274481. Grayscale: #BCBCBC. Windows color (decimal): -2573442 or 8305624. OLE color: 8305624.

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

Color convert

RGB 216 187 126 -
CMYK 0 0.13 0.42 0.15
HSL 40.67º 0.54% 0.67% -
HSV(B) 40.67º 0.42% 0.85% -
XYZ 49.86 51.65 27.08 -
YUV 188.72 92.61 147.46 -
System Red Green Blue C M Y K H S L
Decimal 216 187 126 0 0.13 0.42 0.15 40.67 0.54 0.67
Hex D8 BB 7E 0 D 2A F 29 36 43
Octal 330 273 176 0 15 52 17 51 66 103
Binary 11011000 10111011 1111110 0 1101 101010 1111 101001 110110 1000011

Color Harmonies of #D8BB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BB7E

Black with #D8BB7E

Text Example


Text Example

White with #D8BB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BB7E; }

 p { color: rgb(216,187,126); }

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

background-color css

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

 a { background-color: rgb(216,187,126); }

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

border-color css

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

 span { border-color: rgb(216,187,126); }

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