Html Css Color HEX #DAB955 Tacha

📋 copy color: '#DAB955'

red 218 ◦ green 185 ◦ blue 85

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

Shades of Tacha #DAB955

Tints of Tacha #DAB955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.42%

R = 44.67%
G = 37.91%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DAB955 (or 0xDAB955) is known color: Tacha. HEX triplet: DA, B9 and 55. RGB value is (218,185,85). Sum of RGB (Red+Green+Blue) = 218+185+85=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 85 (33.59% from 255 or 17.42% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB955 is #2546AA. Grayscale: #B7B7B7. Windows color (decimal): -2442923 or 5618138. OLE color: 5618138.

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

Color convert

RGB 218 185 85 -
CMYK 0 0.15 0.61 0.15
HSL 45.11º 0.64% 0.59% -
HSV(B) 45.11º 0.61% 0.85% -
XYZ 47.9 50.26 15.77 -
YUV 183.47 72.43 152.63 -
System Red Green Blue C M Y K H S L
Decimal 218 185 85 0 0.15 0.61 0.15 45.11 0.64 0.59
Hex DA B9 55 0 F 3D F 2D 40 3B
Octal 332 271 125 0 17 75 17 55 100 73
Binary 11011010 10111001 1010101 0 1111 111101 1111 101101 1000000 111011

Color Harmonies of #DAB955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB955

Black with #DAB955

Text Example


Text Example

White with #DAB955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB955; }

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

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

background-color css

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

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

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

border-color css

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

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

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