Html Css Color HEX #D9BA5E Tacha

📋 copy color: '#D9BA5E'

red 217 ◦ green 186 ◦ blue 94

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

Shades of Tacha #D9BA5E

Tints of Tacha #D9BA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.91%

R = 43.66%
G = 37.42%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9BA5E (or 0xD9BA5E) is known color: Tacha. HEX triplet: D9, BA and 5E. RGB value is (217,186,94). Sum of RGB (Red+Green+Blue) = 217+186+94=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 94 (37.11% from 255 or 18.91% from 497); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BA5E is #2645A1. Grayscale: #B9B9B9. Windows color (decimal): -2508194 or 6208217. OLE color: 6208217.

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

Color convert

RGB 217 186 94 -
CMYK 0 0.14 0.57 0.15
HSL 44.88º 0.62% 0.61% -
HSV(B) 44.88º 0.57% 0.85% -
XYZ 48.19 50.68 17.83 -
YUV 184.78 76.77 150.98 -
System Red Green Blue C M Y K H S L
Decimal 217 186 94 0 0.14 0.57 0.15 44.88 0.62 0.61
Hex D9 BA 5E 0 E 39 F 2D 3E 3D
Octal 331 272 136 0 16 71 17 55 76 75
Binary 11011001 10111010 1011110 0 1110 111001 1111 101101 111110 111101

Color Harmonies of #D9BA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA5E

Black with #D9BA5E

Text Example


Text Example

White with #D9BA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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