Html Css Color HEX #D8B67A Straw

📋 copy color: '#D8B67A'

red 216 ◦ green 182 ◦ blue 122

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

Shades of Straw #D8B67A

Tints of Straw #D8B67A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35%

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

R = 41.54%
G = 35%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D8B67A (or 0xD8B67A) is known color: Straw. HEX triplet: D8, B6 and 7A. RGB value is (216,182,122). Sum of RGB (Red+Green+Blue) = 216+182+122=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 182 (71.48% from 255 or 35% from 520); Blue value is 122 (48.05% from 255 or 23.46% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B67A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B67A is #274985. Grayscale: #B9B9B9. Windows color (decimal): -2574726 or 8042200. OLE color: 8042200.

HSL color Cylindrical-coordinate representation of color #D8B67A: hue angle of 38.3º 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 #D8B67A is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 182 122 -
CMYK 0 0.16 0.44 0.15
HSL 38.3º 0.55% 0.66% -
HSV(B) 38.3º 0.44% 0.85% -
XYZ 48.56 49.46 25.4 -
YUV 185.33 92.26 149.88 -
System Red Green Blue C M Y K H S L
Decimal 216 182 122 0 0.16 0.44 0.15 38.3 0.55 0.66
Hex D8 B6 7A 0 10 2C F 26 37 42
Octal 330 266 172 0 20 54 17 46 67 102
Binary 11011000 10110110 1111010 0 10000 101100 1111 100110 110111 1000010

Color Harmonies of #D8B67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B67A

Black with #D8B67A

Text Example


Text Example

White with #D8B67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B67A; }

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

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

background-color css

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

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

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

border-color css

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

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

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