Html Css Color HEX #DABA58 Tacha

📋 copy color: '#DABA58'

red 218 ◦ green 186 ◦ blue 88

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

Shades of Tacha #DABA58

Tints of Tacha #DABA58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.89%

R = 44.31%
G = 37.8%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DABA58 (or 0xDABA58) is known color: Tacha. HEX triplet: DA, BA and 58. RGB value is (218,186,88). Sum of RGB (Red+Green+Blue) = 218+186+88=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 88 (34.77% from 255 or 17.89% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABA58 is #2545A7. Grayscale: #B8B8B8. Windows color (decimal): -2442664 or 5815002. OLE color: 5815002.

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

Color convert

RGB 218 186 88 -
CMYK 0 0.15 0.60 0.15
HSL 45.23º 0.64% 0.6% -
HSV(B) 45.23º 0.6% 0.85% -
XYZ 48.23 50.73 16.48 -
YUV 184.4 73.6 151.97 -
System Red Green Blue C M Y K H S L
Decimal 218 186 88 0 0.15 0.60 0.15 45.23 0.64 0.6
Hex DA BA 58 0 F 3C F 2D 40 3C
Octal 332 272 130 0 17 74 17 55 100 74
Binary 11011010 10111010 1011000 0 1111 111100 1111 101101 1000000 111100

Color Harmonies of #DABA58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA58

Black with #DABA58

Text Example


Text Example

White with #DABA58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA58; }

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

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

background-color css

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

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

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

border-color css

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

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

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