Html Css Color HEX #DABC61 Tacha

📋 copy color: '#DABC61'

red 218 ◦ green 188 ◦ blue 97

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

Shades of Tacha #DABC61

Tints of Tacha #DABC61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.28%

R = 43.34%
G = 37.38%
B = 19.28%

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

#DABC61 (or 0xDABC61) is known color: Tacha. HEX triplet: DA, BC and 61. RGB value is (218,188,97). Sum of RGB (Red+Green+Blue) = 218+188+97=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 97 (38.28% from 255 or 19.28% from 503); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABC61 is #25439E. Grayscale: #BABABA. Windows color (decimal): -2442143 or 6405338. OLE color: 6405338.

HSL color Cylindrical-coordinate representation of color #DABC61: hue angle of 45.12º 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 #DABC61 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 188 97 -
CMYK 0 0.14 0.56 0.15
HSL 45.12º 0.62% 0.62% -
HSV(B) 45.12º 0.56% 0.85% -
XYZ 49.05 51.73 18.71 -
YUV 186.6 77.44 150.4 -
System Red Green Blue C M Y K H S L
Decimal 218 188 97 0 0.14 0.56 0.15 45.12 0.62 0.62
Hex DA BC 61 0 E 38 F 2D 3E 3E
Octal 332 274 141 0 16 70 17 55 76 76
Binary 11011010 10111100 1100001 0 1110 111000 1111 101101 111110 111110

Color Harmonies of #DABC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABC61

Black with #DABC61

Text Example


Text Example

White with #DABC61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABC61; }

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

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

background-color css

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

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

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

border-color css

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

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

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