Html Css Color HEX #DAB529 Gold Tips

📋 copy color: '#DAB529'

red 218 ◦ green 181 ◦ blue 41

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

Shades of Gold Tips #DAB529

Tints of Gold Tips #DAB529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.32%

R = 49.55%
G = 41.14%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DAB529 (or 0xDAB529) is known color: Gold Tips. HEX triplet: DA, B5 and 29. RGB value is (218,181,41). Sum of RGB (Red+Green+Blue) = 218+181+41=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 181 (71.09% from 255 or 41.14% from 440); Blue value is 41 (16.41% from 255 or 9.32% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB529 is #254AD6. Grayscale: #B0B0B0. Windows color (decimal): -2443991 or 2733530. OLE color: 2733530.

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

Color convert

RGB 218 181 41 -
CMYK 0 0.17 0.81 0.15
HSL 47.46º 0.71% 0.51% -
HSV(B) 47.46º 0.81% 0.85% -
XYZ 45.84 48.11 8.97 -
YUV 176.1 51.76 157.88 -
System Red Green Blue C M Y K H S L
Decimal 218 181 41 0 0.17 0.81 0.15 47.46 0.71 0.51
Hex DA B5 29 0 11 51 F 2F 47 33
Octal 332 265 51 0 21 121 17 57 107 63
Binary 11011010 10110101 101001 0 10001 1010001 1111 101111 1000111 110011

Color Harmonies of #DAB529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB529

Black with #DAB529

Text Example


Text Example

White with #DAB529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB529; }

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

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

background-color css

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

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

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

border-color css

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

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

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