Html Css Color HEX #DABA60 Tacha

📋 copy color: '#DABA60'

red 218 ◦ green 186 ◦ blue 96

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

Shades of Tacha #DABA60

Tints of Tacha #DABA60

RGB

 RED value IS 218 (85.55% from 255) = 43.6%

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

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

R = 43.6%
G = 37.2%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DABA60 (or 0xDABA60) is known color: Tacha. HEX triplet: DA, BA and 60. RGB value is (218,186,96). Sum of RGB (Red+Green+Blue) = 218+186+96=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 96 (37.89% from 255 or 19.2% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABA60 is #25459F. Grayscale: #B9B9B9. Windows color (decimal): -2442656 or 6339290. OLE color: 6339290.

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

Color convert

RGB 218 186 96 -
CMYK 0 0.15 0.56 0.15
HSL 44.26º 0.62% 0.62% -
HSV(B) 44.26º 0.56% 0.85% -
XYZ 48.58 50.87 18.32 -
YUV 185.31 77.6 151.32 -
System Red Green Blue C M Y K H S L
Decimal 218 186 96 0 0.15 0.56 0.15 44.26 0.62 0.62
Hex DA BA 60 0 F 38 F 2C 3E 3E
Octal 332 272 140 0 17 70 17 54 76 76
Binary 11011010 10111010 1100000 0 1111 111000 1111 101100 111110 111110

Color Harmonies of #DABA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA60

Black with #DABA60

Text Example


Text Example

White with #DABA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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