Html Css Color HEX #DAB95E Tacha

📋 copy color: '#DAB95E'

red 218 ◦ green 185 ◦ blue 94

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

Shades of Tacha #DAB95E

Tints of Tacha #DAB95E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.91%

R = 43.86%
G = 37.22%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DAB95E (or 0xDAB95E) is known color: Tacha. HEX triplet: DA, B9 and 5E. RGB value is (218,185,94). Sum of RGB (Red+Green+Blue) = 218+185+94=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 185 (72.66% from 255 or 37.22% from 497); Blue value is 94 (37.11% from 255 or 18.91% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB95E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB95E is #2546A1. Grayscale: #B8B8B8. Windows color (decimal): -2442914 or 6207962. OLE color: 6207962.

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

Color convert

RGB 218 185 94 -
CMYK 0 0.15 0.57 0.15
HSL 44.03º 0.63% 0.61% -
HSV(B) 44.03º 0.57% 0.85% -
XYZ 48.28 50.41 17.78 -
YUV 184.49 76.93 151.9 -
System Red Green Blue C M Y K H S L
Decimal 218 185 94 0 0.15 0.57 0.15 44.03 0.63 0.61
Hex DA B9 5E 0 F 39 F 2C 3F 3D
Octal 332 271 136 0 17 71 17 54 77 75
Binary 11011010 10111001 1011110 0 1111 111001 1111 101100 111111 111101

Color Harmonies of #DAB95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB95E

Black with #DAB95E

Text Example


Text Example

White with #DAB95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB95E; }

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

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

background-color css

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

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

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

border-color css

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

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

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