Html Css Color HEX #D9BA60 Tacha

📋 copy color: '#D9BA60'

red 217 ◦ green 186 ◦ blue 96

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

Shades of Tacha #D9BA60

Tints of Tacha #D9BA60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.24%

R = 43.49%
G = 37.27%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D9BA60 (or 0xD9BA60) is known color: Tacha. HEX triplet: D9, BA and 60. RGB value is (217,186,96). Sum of RGB (Red+Green+Blue) = 217+186+96=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 96 (37.89% from 255 or 19.24% from 499); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BA60 is #26459F. Grayscale: #B9B9B9. Windows color (decimal): -2508192 or 6339289. OLE color: 6339289.

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

Color convert

RGB 217 186 96 -
CMYK 0 0.14 0.56 0.15
HSL 44.63º 0.61% 0.61% -
HSV(B) 44.63º 0.56% 0.85% -
XYZ 48.29 50.71 18.31 -
YUV 185.01 77.77 150.82 -
System Red Green Blue C M Y K H S L
Decimal 217 186 96 0 0.14 0.56 0.15 44.63 0.61 0.61
Hex D9 BA 60 0 E 38 F 2D 3D 3D
Octal 331 272 140 0 16 70 17 55 75 75
Binary 11011001 10111010 1100000 0 1110 111000 1111 101101 111101 111101

Color Harmonies of #D9BA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA60

Black with #D9BA60

Text Example


Text Example

White with #D9BA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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