Html Css Color HEX #DAB929 Gold Tips

📋 copy color: '#DAB929'

red 218 ◦ green 185 ◦ blue 41

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

Shades of Gold Tips #DAB929

Tints of Gold Tips #DAB929

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.67%

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

R = 49.1%
G = 41.67%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DAB929 (or 0xDAB929) is known color: Gold Tips. HEX triplet: DA, B9 and 29. RGB value is (218,185,41). Sum of RGB (Red+Green+Blue) = 218+185+41=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 185 (72.66% from 255 or 41.67% from 444); Blue value is 41 (16.41% from 255 or 9.23% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB929 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB929 is #2546D6. Grayscale: #B3B3B3. Windows color (decimal): -2442967 or 2734554. OLE color: 2734554.

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

Color convert

RGB 218 185 41 -
CMYK 0 0.15 0.81 0.15
HSL 48.81º 0.71% 0.51% -
HSV(B) 48.81º 0.81% 0.85% -
XYZ 46.66 49.76 9.24 -
YUV 178.45 50.43 156.21 -
System Red Green Blue C M Y K H S L
Decimal 218 185 41 0 0.15 0.81 0.15 48.81 0.71 0.51
Hex DA B9 29 0 F 51 F 31 47 33
Octal 332 271 51 0 17 121 17 61 107 63
Binary 11011010 10111001 101001 0 1111 1010001 1111 110001 1000111 110011

Color Harmonies of #DAB929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB929

Black with #DAB929

Text Example


Text Example

White with #DAB929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB929; }

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

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

background-color css

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

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

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

border-color css

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

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

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