Html Css Color HEX #DAB729 Gold Tips

📋 copy color: '#DAB729'

red 218 ◦ green 183 ◦ blue 41

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

Shades of Gold Tips #DAB729

Tints of Gold Tips #DAB729

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.4%

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

R = 49.32%
G = 41.4%
B = 9.28%

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

#DAB729 (or 0xDAB729) is known color: Gold Tips. HEX triplet: DA, B7 and 29. RGB value is (218,183,41). Sum of RGB (Red+Green+Blue) = 218+183+41=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 183 (71.88% from 255 or 41.40% from 442); Blue value is 41 (16.41% from 255 or 9.28% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB729 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB729 is #2548D6. Grayscale: #B1B1B1. Windows color (decimal): -2443479 or 2734042. OLE color: 2734042.

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

Color convert

RGB 218 183 41 -
CMYK 0 0.16 0.81 0.15
HSL 48.14º 0.71% 0.51% -
HSV(B) 48.14º 0.81% 0.85% -
XYZ 46.25 48.93 9.11 -
YUV 177.28 51.1 157.05 -
System Red Green Blue C M Y K H S L
Decimal 218 183 41 0 0.16 0.81 0.15 48.14 0.71 0.51
Hex DA B7 29 0 10 51 F 30 47 33
Octal 332 267 51 0 20 121 17 60 107 63
Binary 11011010 10110111 101001 0 10000 1010001 1111 110000 1000111 110011

Color Harmonies of #DAB729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB729

Black with #DAB729

Text Example


Text Example

White with #DAB729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB729; }

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

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

background-color css

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

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

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

border-color css

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

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

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