Html Css Color HEX #DAB958 Tacha

📋 copy color: '#DAB958'

red 218 ◦ green 185 ◦ blue 88

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

Shades of Tacha #DAB958

Tints of Tacha #DAB958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.92%

R = 44.4%
G = 37.68%
B = 17.92%

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

#DAB958 (or 0xDAB958) is known color: Tacha. HEX triplet: DA, B9 and 58. RGB value is (218,185,88). Sum of RGB (Red+Green+Blue) = 218+185+88=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 185 (72.66% from 255 or 37.68% from 491); Blue value is 88 (34.77% from 255 or 17.92% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB958 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB958 is #2546A7. Grayscale: #B8B8B8. Windows color (decimal): -2442920 or 5814746. OLE color: 5814746.

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

Color convert

RGB 218 185 88 -
CMYK 0 0.15 0.60 0.15
HSL 44.77º 0.64% 0.6% -
HSV(B) 44.77º 0.6% 0.85% -
XYZ 48.02 50.31 16.41 -
YUV 183.81 73.93 152.39 -
System Red Green Blue C M Y K H S L
Decimal 218 185 88 0 0.15 0.60 0.15 44.77 0.64 0.6
Hex DA B9 58 0 F 3C F 2D 40 3C
Octal 332 271 130 0 17 74 17 55 100 74
Binary 11011010 10111001 1011000 0 1111 111100 1111 101101 1000000 111100

Color Harmonies of #DAB958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB958

Black with #DAB958

Text Example


Text Example

White with #DAB958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB958; }

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

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

background-color css

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

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

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

border-color css

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

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

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