Html Css Color HEX #D9BA76 Straw

📋 copy color: '#D9BA76'

red 217 ◦ green 186 ◦ blue 118

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

Shades of Straw #D9BA76

Tints of Straw #D9BA76

RGB

 RED value IS 217 (85.16% from 255) = 41.65%

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

 BLUE value IS 118 (46.48% from 255) = 22.65%

R = 41.65%
G = 35.7%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D9BA76 (or 0xD9BA76) is known color: Straw. HEX triplet: D9, BA and 76. RGB value is (217,186,118). Sum of RGB (Red+Green+Blue) = 217+186+118=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 118 (46.48% from 255 or 22.65% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BA76 is #264589. Grayscale: #BBBBBB. Windows color (decimal): -2508170 or 7781081. OLE color: 7781081.

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

Color convert

RGB 217 186 118 -
CMYK 0 0.14 0.46 0.15
HSL 41.21º 0.57% 0.66% -
HSV(B) 41.21º 0.46% 0.85% -
XYZ 49.44 51.18 24.41 -
YUV 187.52 88.77 149.03 -
System Red Green Blue C M Y K H S L
Decimal 217 186 118 0 0.14 0.46 0.15 41.21 0.57 0.66
Hex D9 BA 76 0 E 2E F 29 39 42
Octal 331 272 166 0 16 56 17 51 71 102
Binary 11011001 10111010 1110110 0 1110 101110 1111 101001 111001 1000010

Color Harmonies of #D9BA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA76

Black with #D9BA76

Text Example


Text Example

White with #D9BA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA76; }

 p { color: rgb(217,186,118); }

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

background-color css

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

 a { background-color: rgb(217,186,118); }

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

border-color css

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

 span { border-color: rgb(217,186,118); }

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