Html Css Color HEX #D9BA77 Straw

📋 copy color: '#D9BA77'

red 217 ◦ green 186 ◦ blue 119

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

Shades of Straw #D9BA77

Tints of Straw #D9BA77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.8%

R = 41.57%
G = 35.63%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D9BA77 (or 0xD9BA77) is known color: Straw. HEX triplet: D9, BA and 77. RGB value is (217,186,119). Sum of RGB (Red+Green+Blue) = 217+186+119=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 119 (46.88% from 255 or 22.80% from 522); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BA77 is #264588. Grayscale: #BBBBBB. Windows color (decimal): -2508169 or 7846617. OLE color: 7846617.

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

Color convert

RGB 217 186 119 -
CMYK 0 0.14 0.45 0.15
HSL 41.02º 0.56% 0.66% -
HSV(B) 41.02º 0.45% 0.85% -
XYZ 49.5 51.2 24.73 -
YUV 187.63 89.27 148.95 -
System Red Green Blue C M Y K H S L
Decimal 217 186 119 0 0.14 0.45 0.15 41.02 0.56 0.66
Hex D9 BA 77 0 E 2D F 29 38 42
Octal 331 272 167 0 16 55 17 51 70 102
Binary 11011001 10111010 1110111 0 1110 101101 1111 101001 111000 1000010

Color Harmonies of #D9BA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA77

Black with #D9BA77

Text Example


Text Example

White with #D9BA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA77; }

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

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

background-color css

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

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

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

border-color css

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

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

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