Html Css Color HEX #DAB521 Gold Tips

📋 copy color: '#DAB521'

red 218 ◦ green 181 ◦ blue 33

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

Shades of Gold Tips #DAB521

Tints of Gold Tips #DAB521

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.9%

 BLUE value IS 33 (13.28% from 255) = 7.64%

R = 50.46%
G = 41.9%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DAB521 (or 0xDAB521) is known color: Gold Tips. HEX triplet: DA, B5 and 21. RGB value is (218,181,33). Sum of RGB (Red+Green+Blue) = 218+181+33=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 181 (71.09% from 255 or 41.90% from 432); Blue value is 33 (13.28% from 255 or 7.64% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB521 is #254ADE. Grayscale: #AFAFAF. Windows color (decimal): -2443999 or 2209242. OLE color: 2209242.

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

Color convert

RGB 218 181 33 -
CMYK 0 0.17 0.85 0.15
HSL 48º 0.74% 0.49% -
HSV(B) 48º 0.85% 0.85% -
XYZ 45.71 48.06 8.31 -
YUV 175.19 47.76 158.53 -
System Red Green Blue C M Y K H S L
Decimal 218 181 33 0 0.17 0.85 0.15 48 0.74 0.49
Hex DA B5 21 0 11 55 F 30 4A 31
Octal 332 265 41 0 21 125 17 60 112 61
Binary 11011010 10110101 100001 0 10001 1010101 1111 110000 1001010 110001

Color Harmonies of #DAB521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB521

Black with #DAB521

Text Example


Text Example

White with #DAB521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB521; }

 p { color: rgb(218,181,33); }

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

background-color css

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

 a { background-color: rgb(218,181,33); }

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

border-color css

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

 span { border-color: rgb(218,181,33); }

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