Html Css Color HEX #DAB957 Tacha

📋 copy color: '#DAB957'

red 218 ◦ green 185 ◦ blue 87

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

Shades of Tacha #DAB957

Tints of Tacha #DAB957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 17.76%

R = 44.49%
G = 37.76%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DAB957 (or 0xDAB957) is known color: Tacha. HEX triplet: DA, B9 and 57. RGB value is (218,185,87). Sum of RGB (Red+Green+Blue) = 218+185+87=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 87 (34.38% from 255 or 17.76% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB957 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB957 is #2546A8. Grayscale: #B8B8B8. Windows color (decimal): -2442921 or 5749210. OLE color: 5749210.

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

Color convert

RGB 218 185 87 -
CMYK 0 0.15 0.60 0.15
HSL 44.89º 0.64% 0.6% -
HSV(B) 44.89º 0.6% 0.85% -
XYZ 47.98 50.29 16.2 -
YUV 183.7 73.43 152.47 -
System Red Green Blue C M Y K H S L
Decimal 218 185 87 0 0.15 0.60 0.15 44.89 0.64 0.6
Hex DA B9 57 0 F 3C F 2D 40 3C
Octal 332 271 127 0 17 74 17 55 100 74
Binary 11011010 10111001 1010111 0 1111 111100 1111 101101 1000000 111100

Color Harmonies of #DAB957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB957

Black with #DAB957

Text Example


Text Example

White with #DAB957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB957; }

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

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

background-color css

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

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

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

border-color css

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

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

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