Html Css Color HEX #D8B77C Straw

📋 copy color: '#D8B77C'

red 216 ◦ green 183 ◦ blue 124

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

Shades of Straw #D8B77C

Tints of Straw #D8B77C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.99%

 BLUE value IS 124 (48.83% from 255) = 23.71%

R = 41.3%
G = 34.99%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D8B77C (or 0xD8B77C) is known color: Straw. HEX triplet: D8, B7 and 7C. RGB value is (216,183,124). Sum of RGB (Red+Green+Blue) = 216+183+124=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 183 (71.88% from 255 or 34.99% from 523); Blue value is 124 (48.83% from 255 or 23.71% from 523); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B77C is #274883. Grayscale: #BABABA. Windows color (decimal): -2574468 or 8173528. OLE color: 8173528.

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

Color convert

RGB 216 183 124 -
CMYK 0 0.15 0.43 0.15
HSL 38.48º 0.54% 0.67% -
HSV(B) 38.48º 0.43% 0.85% -
XYZ 48.89 49.92 26.13 -
YUV 186.14 92.93 149.3 -
System Red Green Blue C M Y K H S L
Decimal 216 183 124 0 0.15 0.43 0.15 38.48 0.54 0.67
Hex D8 B7 7C 0 F 2B F 26 36 43
Octal 330 267 174 0 17 53 17 46 66 103
Binary 11011000 10110111 1111100 0 1111 101011 1111 100110 110110 1000011

Color Harmonies of #D8B77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B77C

Black with #D8B77C

Text Example


Text Example

White with #D8B77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B77C; }

 p { color: rgb(216,183,124); }

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

background-color css

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

 a { background-color: rgb(216,183,124); }

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

border-color css

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

 span { border-color: rgb(216,183,124); }

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