Html Css Color HEX #DABC5A Tacha

📋 copy color: '#DABC5A'

red 218 ◦ green 188 ◦ blue 90

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

Shades of Tacha #DABC5A

Tints of Tacha #DABC5A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.9%

 BLUE value IS 90 (35.55% from 255) = 18.15%

R = 43.95%
G = 37.9%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DABC5A (or 0xDABC5A) is known color: Tacha. HEX triplet: DA, BC and 5A. RGB value is (218,188,90). Sum of RGB (Red+Green+Blue) = 218+188+90=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 90 (35.55% from 255 or 18.15% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABC5A is #2543A5. Grayscale: #BABABA. Windows color (decimal): -2442150 or 5946586. OLE color: 5946586.

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

Color convert

RGB 218 188 90 -
CMYK 0 0.14 0.59 0.15
HSL 45.94º 0.63% 0.6% -
HSV(B) 45.94º 0.59% 0.85% -
XYZ 48.74 51.61 17.07 -
YUV 185.8 73.94 150.97 -
System Red Green Blue C M Y K H S L
Decimal 218 188 90 0 0.14 0.59 0.15 45.94 0.63 0.6
Hex DA BC 5A 0 E 3B F 2E 3F 3C
Octal 332 274 132 0 16 73 17 56 77 74
Binary 11011010 10111100 1011010 0 1110 111011 1111 101110 111111 111100

Color Harmonies of #DABC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABC5A

Black with #DABC5A

Text Example


Text Example

White with #DABC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABC5A; }

 p { color: rgb(218,188,90); }

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

background-color css

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

 a { background-color: rgb(218,188,90); }

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

border-color css

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

 span { border-color: rgb(218,188,90); }

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