Html Css Color HEX #DABC54 Tacha

📋 copy color: '#DABC54'

red 218 ◦ green 188 ◦ blue 84

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

Shades of Tacha #DABC54

Tints of Tacha #DABC54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17.14%

R = 44.49%
G = 38.37%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DABC54 (or 0xDABC54) is known color: Tacha. HEX triplet: DA, BC and 54. RGB value is (218,188,84). Sum of RGB (Red+Green+Blue) = 218+188+84=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 84 (33.20% from 255 or 17.14% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABC54 is #2543AB. Grayscale: #B9B9B9. Windows color (decimal): -2442156 or 5553370. OLE color: 5553370.

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

Color convert

RGB 218 188 84 -
CMYK 0 0.14 0.61 0.15
HSL 46.57º 0.64% 0.59% -
HSV(B) 46.57º 0.61% 0.85% -
XYZ 48.5 51.51 15.77 -
YUV 185.11 70.94 151.46 -
System Red Green Blue C M Y K H S L
Decimal 218 188 84 0 0.14 0.61 0.15 46.57 0.64 0.59
Hex DA BC 54 0 E 3D F 2F 40 3B
Octal 332 274 124 0 16 75 17 57 100 73
Binary 11011010 10111100 1010100 0 1110 111101 1111 101111 1000000 111011

Color Harmonies of #DABC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABC54

Black with #DABC54

Text Example


Text Example

White with #DABC54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABC54; }

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

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

background-color css

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

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

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

border-color css

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

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

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