Html Css Color HEX #DAB95D Tacha

📋 copy color: '#DAB95D'

red 218 ◦ green 185 ◦ blue 93

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

Shades of Tacha #DAB95D

Tints of Tacha #DAB95D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.75%

R = 43.95%
G = 37.3%
B = 18.75%

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

#DAB95D (or 0xDAB95D) is known color: Tacha. HEX triplet: DA, B9 and 5D. RGB value is (218,185,93). Sum of RGB (Red+Green+Blue) = 218+185+93=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 185 (72.66% from 255 or 37.30% from 496); Blue value is 93 (36.72% from 255 or 18.75% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB95D is #2546A2. Grayscale: #B8B8B8. Windows color (decimal): -2442915 or 6142426. OLE color: 6142426.

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

Color convert

RGB 218 185 93 -
CMYK 0 0.15 0.57 0.15
HSL 44.16º 0.63% 0.61% -
HSV(B) 44.16º 0.57% 0.85% -
XYZ 48.24 50.39 17.54 -
YUV 184.38 76.43 151.98 -
System Red Green Blue C M Y K H S L
Decimal 218 185 93 0 0.15 0.57 0.15 44.16 0.63 0.61
Hex DA B9 5D 0 F 39 F 2C 3F 3D
Octal 332 271 135 0 17 71 17 54 77 75
Binary 11011010 10111001 1011101 0 1111 111001 1111 101100 111111 111101

Color Harmonies of #DAB95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB95D

Black with #DAB95D

Text Example


Text Example

White with #DAB95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB95D; }

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

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

background-color css

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

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

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

border-color css

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

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

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