Html Css Color HEX #DABC5E Tacha

📋 copy color: '#DABC5E'

red 218 ◦ green 188 ◦ blue 94

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

Shades of Tacha #DABC5E

Tints of Tacha #DABC5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.8%

R = 43.6%
G = 37.6%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DABC5E (or 0xDABC5E) is known color: Tacha. HEX triplet: DA, BC and 5E. RGB value is (218,188,94). Sum of RGB (Red+Green+Blue) = 218+188+94=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 94 (37.11% from 255 or 18.8% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABC5E is #2543A1. Grayscale: #BABABA. Windows color (decimal): -2442146 or 6208730. OLE color: 6208730.

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

Color convert

RGB 218 188 94 -
CMYK 0 0.14 0.57 0.15
HSL 45.48º 0.63% 0.61% -
HSV(B) 45.48º 0.57% 0.85% -
XYZ 48.92 51.68 17.99 -
YUV 186.25 75.94 150.64 -
System Red Green Blue C M Y K H S L
Decimal 218 188 94 0 0.14 0.57 0.15 45.48 0.63 0.61
Hex DA BC 5E 0 E 39 F 2D 3F 3D
Octal 332 274 136 0 16 71 17 55 77 75
Binary 11011010 10111100 1011110 0 1110 111001 1111 101101 111111 111101

Color Harmonies of #DABC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABC5E

Black with #DABC5E

Text Example


Text Example

White with #DABC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABC5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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