Html Css Color HEX #D8BA7A Straw

📋 copy color: '#D8BA7A'

red 216 ◦ green 186 ◦ blue 122

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

Shades of Straw #D8BA7A

Tints of Straw #D8BA7A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.5%

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

R = 41.22%
G = 35.5%
B = 23.28%

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

#D8BA7A (or 0xD8BA7A) is known color: Straw. HEX triplet: D8, BA and 7A. RGB value is (216,186,122). Sum of RGB (Red+Green+Blue) = 216+186+122=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 122 (48.05% from 255 or 23.28% from 524); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BA7A is #274585. Grayscale: #BBBBBB. Windows color (decimal): -2573702 or 8043224. OLE color: 8043224.

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

Color convert

RGB 216 186 122 -
CMYK 0 0.14 0.44 0.15
HSL 40.85º 0.55% 0.66% -
HSV(B) 40.85º 0.44% 0.85% -
XYZ 49.39 51.12 25.68 -
YUV 187.67 90.94 148.2 -
System Red Green Blue C M Y K H S L
Decimal 216 186 122 0 0.14 0.44 0.15 40.85 0.55 0.66
Hex D8 BA 7A 0 E 2C F 29 37 42
Octal 330 272 172 0 16 54 17 51 67 102
Binary 11011000 10111010 1111010 0 1110 101100 1111 101001 110111 1000010

Color Harmonies of #D8BA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BA7A

Black with #D8BA7A

Text Example


Text Example

White with #D8BA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BA7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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