Html Css Color HEX #DAB522 Gold Tips

📋 copy color: '#DAB522'

red 218 ◦ green 181 ◦ blue 34

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

Shades of Gold Tips #DAB522

Tints of Gold Tips #DAB522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.85%

R = 50.35%
G = 41.8%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DAB522 (or 0xDAB522) is known color: Gold Tips. HEX triplet: DA, B5 and 22. RGB value is (218,181,34). Sum of RGB (Red+Green+Blue) = 218+181+34=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 181 (71.09% from 255 or 41.80% from 433); Blue value is 34 (13.67% from 255 or 7.85% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB522 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB522 is #254ADD. Grayscale: #AFAFAF. Windows color (decimal): -2443998 or 2274778. OLE color: 2274778.

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

Color convert

RGB 218 181 34 -
CMYK 0 0.17 0.84 0.15
HSL 47.93º 0.73% 0.49% -
HSV(B) 47.93º 0.84% 0.85% -
XYZ 45.73 48.07 8.38 -
YUV 175.31 48.26 158.45 -
System Red Green Blue C M Y K H S L
Decimal 218 181 34 0 0.17 0.84 0.15 47.93 0.73 0.49
Hex DA B5 22 0 11 54 F 30 49 31
Octal 332 265 42 0 21 124 17 60 111 61
Binary 11011010 10110101 100010 0 10001 1010100 1111 110000 1001001 110001

Color Harmonies of #DAB522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB522

Black with #DAB522

Text Example


Text Example

White with #DAB522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB522; }

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

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

background-color css

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

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

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

border-color css

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

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

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