Html Css Color HEX #DAB956 Tacha

📋 copy color: '#DAB956'

red 218 ◦ green 185 ◦ blue 86

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

Shades of Tacha #DAB956

Tints of Tacha #DAB956

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.83%

 BLUE value IS 86 (33.98% from 255) = 17.59%

R = 44.58%
G = 37.83%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DAB956 (or 0xDAB956) is known color: Tacha. HEX triplet: DA, B9 and 56. RGB value is (218,185,86). Sum of RGB (Red+Green+Blue) = 218+185+86=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 86 (33.98% from 255 or 17.59% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB956 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB956 is #2546A9. Grayscale: #B8B8B8. Windows color (decimal): -2442922 or 5683674. OLE color: 5683674.

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

Color convert

RGB 218 185 86 -
CMYK 0 0.15 0.61 0.15
HSL 45º 0.64% 0.6% -
HSV(B) 45º 0.61% 0.85% -
XYZ 47.94 50.28 15.98 -
YUV 183.58 72.93 152.55 -
System Red Green Blue C M Y K H S L
Decimal 218 185 86 0 0.15 0.61 0.15 45 0.64 0.6
Hex DA B9 56 0 F 3D F 2D 40 3C
Octal 332 271 126 0 17 75 17 55 100 74
Binary 11011010 10111001 1010110 0 1111 111101 1111 101101 1000000 111100

Color Harmonies of #DAB956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB956

Black with #DAB956

Text Example


Text Example

White with #DAB956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB956; }

 p { color: rgb(218,185,86); }

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

background-color css

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

 a { background-color: rgb(218,185,86); }

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

border-color css

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

 span { border-color: rgb(218,185,86); }

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