Html Css Color HEX #DAB620 Gold Tips

📋 copy color: '#DAB620'

red 218 ◦ green 182 ◦ blue 32

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

Shades of Gold Tips #DAB620

Tints of Gold Tips #DAB620

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.13%

 BLUE value IS 32 (12.89% from 255) = 7.41%

R = 50.46%
G = 42.13%
B = 7.41%

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

#DAB620 (or 0xDAB620) is known color: Gold Tips. HEX triplet: DA, B6 and 20. RGB value is (218,182,32). Sum of RGB (Red+Green+Blue) = 218+182+32=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 182 (71.48% from 255 or 42.13% from 432); Blue value is 32 (12.89% from 255 or 7.41% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB620 is #2549DF. Grayscale: #B0B0B0. Windows color (decimal): -2443744 or 2143962. OLE color: 2143962.

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

Color convert

RGB 218 182 32 -
CMYK 0 0.17 0.85 0.15
HSL 48.39º 0.74% 0.49% -
HSV(B) 48.39º 0.85% 0.85% -
XYZ 45.9 48.47 8.3 -
YUV 175.66 46.93 158.2 -
System Red Green Blue C M Y K H S L
Decimal 218 182 32 0 0.17 0.85 0.15 48.39 0.74 0.49
Hex DA B6 20 0 11 55 F 30 4A 31
Octal 332 266 40 0 21 125 17 60 112 61
Binary 11011010 10110110 100000 0 10001 1010101 1111 110000 1001010 110001

Color Harmonies of #DAB620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB620

Black with #DAB620

Text Example


Text Example

White with #DAB620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB620; }

 p { color: rgb(218,182,32); }

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

background-color css

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

 a { background-color: rgb(218,182,32); }

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

border-color css

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

 span { border-color: rgb(218,182,32); }

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