Html Css Color HEX #DAB856 Tacha

📋 copy color: '#DAB856'

red 218 ◦ green 184 ◦ blue 86

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

Shades of Tacha #DAB856

Tints of Tacha #DAB856

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.7%

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

R = 44.67%
G = 37.7%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DAB856 (or 0xDAB856) is known color: Tacha. HEX triplet: DA, B8 and 56. RGB value is (218,184,86). Sum of RGB (Red+Green+Blue) = 218+184+86=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 184 (72.27% from 255 or 37.70% from 488); Blue value is 86 (33.98% from 255 or 17.62% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB856 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB856 is #2547A9. Grayscale: #B7B7B7. Windows color (decimal): -2443178 or 5683418. OLE color: 5683418.

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

Color convert

RGB 218 184 86 -
CMYK 0 0.16 0.61 0.15
HSL 44.55º 0.64% 0.6% -
HSV(B) 44.55º 0.61% 0.85% -
XYZ 47.73 49.86 15.91 -
YUV 182.99 73.26 152.97 -
System Red Green Blue C M Y K H S L
Decimal 218 184 86 0 0.16 0.61 0.15 44.55 0.64 0.6
Hex DA B8 56 0 10 3D F 2D 40 3C
Octal 332 270 126 0 20 75 17 55 100 74
Binary 11011010 10111000 1010110 0 10000 111101 1111 101101 1000000 111100

Color Harmonies of #DAB856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB856

Black with #DAB856

Text Example


Text Example

White with #DAB856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB856; }

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

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

background-color css

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

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

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

border-color css

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

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

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