Html Css Color HEX #D9BA5D Tacha

📋 copy color: '#D9BA5D'

red 217 ◦ green 186 ◦ blue 93

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

Shades of Tacha #D9BA5D

Tints of Tacha #D9BA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.75%

R = 43.75%
G = 37.5%
B = 18.75%

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

#D9BA5D (or 0xD9BA5D) is known color: Tacha. HEX triplet: D9, BA and 5D. RGB value is (217,186,93). Sum of RGB (Red+Green+Blue) = 217+186+93=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 93 (36.72% from 255 or 18.75% from 496); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BA5D is #2645A2. Grayscale: #B9B9B9. Windows color (decimal): -2508195 or 6142681. OLE color: 6142681.

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

Color convert

RGB 217 186 93 -
CMYK 0 0.14 0.57 0.15
HSL 45º 0.62% 0.61% -
HSV(B) 45º 0.57% 0.85% -
XYZ 48.15 50.66 17.6 -
YUV 184.67 76.27 151.06 -
System Red Green Blue C M Y K H S L
Decimal 217 186 93 0 0.14 0.57 0.15 45 0.62 0.61
Hex D9 BA 5D 0 E 39 F 2D 3E 3D
Octal 331 272 135 0 16 71 17 55 76 75
Binary 11011001 10111010 1011101 0 1110 111001 1111 101101 111110 111101

Color Harmonies of #D9BA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA5D

Black with #D9BA5D

Text Example


Text Example

White with #D9BA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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