Html Css Color HEX #DABC55 Tacha

📋 copy color: '#DABC55'

red 218 ◦ green 188 ◦ blue 85

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

Shades of Tacha #DABC55

Tints of Tacha #DABC55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.31%

R = 44.4%
G = 38.29%
B = 17.31%

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

#DABC55 (or 0xDABC55) is known color: Tacha. HEX triplet: DA, BC and 55. RGB value is (218,188,85). Sum of RGB (Red+Green+Blue) = 218+188+85=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 85 (33.59% from 255 or 17.31% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABC55 is #2543AA. Grayscale: #B9B9B9. Windows color (decimal): -2442155 or 5618906. OLE color: 5618906.

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

Color convert

RGB 218 188 85 -
CMYK 0 0.14 0.61 0.15
HSL 46.47º 0.64% 0.59% -
HSV(B) 46.47º 0.61% 0.85% -
XYZ 48.54 51.53 15.98 -
YUV 185.23 71.44 151.38 -
System Red Green Blue C M Y K H S L
Decimal 218 188 85 0 0.14 0.61 0.15 46.47 0.64 0.59
Hex DA BC 55 0 E 3D F 2E 40 3B
Octal 332 274 125 0 16 75 17 56 100 73
Binary 11011010 10111100 1010101 0 1110 111101 1111 101110 1000000 111011

Color Harmonies of #DABC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABC55

Black with #DABC55

Text Example


Text Example

White with #DABC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABC55; }

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

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

background-color css

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

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

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

border-color css

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

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

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