Html Css Color HEX #DAB829 Gold Tips

📋 copy color: '#DAB829'

red 218 ◦ green 184 ◦ blue 41

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

Shades of Gold Tips #DAB829

Tints of Gold Tips #DAB829

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.53%

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

R = 49.21%
G = 41.53%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DAB829 (or 0xDAB829) is known color: Gold Tips. HEX triplet: DA, B8 and 29. RGB value is (218,184,41). Sum of RGB (Red+Green+Blue) = 218+184+41=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 184 (72.27% from 255 or 41.53% from 443); Blue value is 41 (16.41% from 255 or 9.26% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB829 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB829 is #2547D6. Grayscale: #B2B2B2. Windows color (decimal): -2443223 or 2734298. OLE color: 2734298.

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

Color convert

RGB 218 184 41 -
CMYK 0 0.16 0.81 0.15
HSL 48.47º 0.71% 0.51% -
HSV(B) 48.47º 0.81% 0.85% -
XYZ 46.45 49.35 9.17 -
YUV 177.86 50.76 156.63 -
System Red Green Blue C M Y K H S L
Decimal 218 184 41 0 0.16 0.81 0.15 48.47 0.71 0.51
Hex DA B8 29 0 10 51 F 30 47 33
Octal 332 270 51 0 20 121 17 60 107 63
Binary 11011010 10111000 101001 0 10000 1010001 1111 110000 1000111 110011

Color Harmonies of #DAB829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB829

Black with #DAB829

Text Example


Text Example

White with #DAB829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB829; }

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

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

background-color css

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

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

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

border-color css

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

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

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