Html Css Color HEX #D9BA61 Tacha

📋 copy color: '#D9BA61'

red 217 ◦ green 186 ◦ blue 97

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

Shades of Tacha #D9BA61

Tints of Tacha #D9BA61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.4%

R = 43.4%
G = 37.2%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D9BA61 (or 0xD9BA61) is known color: Tacha. HEX triplet: D9, BA and 61. RGB value is (217,186,97). Sum of RGB (Red+Green+Blue) = 217+186+97=500 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.4% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 97 (38.28% from 255 or 19.4% from 500); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BA61 is #26459E. Grayscale: #B9B9B9. Windows color (decimal): -2508191 or 6404825. OLE color: 6404825.

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

Color convert

RGB 217 186 97 -
CMYK 0 0.14 0.55 0.15
HSL 44.5º 0.61% 0.62% -
HSV(B) 44.5º 0.55% 0.85% -
XYZ 48.33 50.73 18.55 -
YUV 185.12 78.27 150.74 -
System Red Green Blue C M Y K H S L
Decimal 217 186 97 0 0.14 0.55 0.15 44.5 0.61 0.62
Hex D9 BA 61 0 E 37 F 2C 3D 3E
Octal 331 272 141 0 16 67 17 54 75 76
Binary 11011001 10111010 1100001 0 1110 110111 1111 101100 111101 111110

Color Harmonies of #D9BA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA61

Black with #D9BA61

Text Example


Text Example

White with #D9BA61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA61; }

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

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

background-color css

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

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

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

border-color css

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

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

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