Html Css Color HEX #D8BA79 Straw

📋 copy color: '#D8BA79'

red 216 ◦ green 186 ◦ blue 121

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

Shades of Straw #D8BA79

Tints of Straw #D8BA79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 23.14%

R = 41.3%
G = 35.56%
B = 23.14%

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

#D8BA79 (or 0xD8BA79) is known color: Straw. HEX triplet: D8, BA and 79. RGB value is (216,186,121). Sum of RGB (Red+Green+Blue) = 216+186+121=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 121 (47.66% from 255 or 23.14% from 523); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BA79 is #274586. Grayscale: #BBBBBB. Windows color (decimal): -2573703 or 7977688. OLE color: 7977688.

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

Color convert

RGB 216 186 121 -
CMYK 0 0.14 0.44 0.15
HSL 41.05º 0.55% 0.66% -
HSV(B) 41.05º 0.44% 0.85% -
XYZ 49.33 51.1 25.35 -
YUV 187.56 90.44 148.29 -
System Red Green Blue C M Y K H S L
Decimal 216 186 121 0 0.14 0.44 0.15 41.05 0.55 0.66
Hex D8 BA 79 0 E 2C F 29 37 42
Octal 330 272 171 0 16 54 17 51 67 102
Binary 11011000 10111010 1111001 0 1110 101100 1111 101001 110111 1000010

Color Harmonies of #D8BA79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BA79

Black with #D8BA79

Text Example


Text Example

White with #D8BA79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BA79; }

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

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

background-color css

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

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

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

border-color css

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

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

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