Html Css Color HEX #D8B97A Straw

📋 copy color: '#D8B97A'

red 216 ◦ green 185 ◦ blue 122

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

Shades of Straw #D8B97A

Tints of Straw #D8B97A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.33%

R = 41.3%
G = 35.37%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D8B97A (or 0xD8B97A) is known color: Straw. HEX triplet: D8, B9 and 7A. RGB value is (216,185,122). Sum of RGB (Red+Green+Blue) = 216+185+122=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 122 (48.05% from 255 or 23.33% from 523); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B97A is #274685. Grayscale: #BBBBBB. Windows color (decimal): -2573958 or 8042968. OLE color: 8042968.

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

Color convert

RGB 216 185 122 -
CMYK 0 0.14 0.44 0.15
HSL 40.21º 0.55% 0.66% -
HSV(B) 40.21º 0.44% 0.85% -
XYZ 49.18 50.7 25.61 -
YUV 187.09 91.27 148.62 -
System Red Green Blue C M Y K H S L
Decimal 216 185 122 0 0.14 0.44 0.15 40.21 0.55 0.66
Hex D8 B9 7A 0 E 2C F 28 37 42
Octal 330 271 172 0 16 54 17 50 67 102
Binary 11011000 10111001 1111010 0 1110 101100 1111 101000 110111 1000010

Color Harmonies of #D8B97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B97A

Black with #D8B97A

Text Example


Text Example

White with #D8B97A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B97A; }

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

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

background-color css

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

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

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

border-color css

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

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

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