Html Css Color HEX #DAB329 Gold Tips

📋 copy color: '#DAB329'

red 218 ◦ green 179 ◦ blue 41

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

Shades of Gold Tips #DAB329

Tints of Gold Tips #DAB329

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.87%

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

R = 49.77%
G = 40.87%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DAB329 (or 0xDAB329) is known color: Gold Tips. HEX triplet: DA, B3 and 29. RGB value is (218,179,41). Sum of RGB (Red+Green+Blue) = 218+179+41=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 179 (70.31% from 255 or 40.87% from 438); Blue value is 41 (16.41% from 255 or 9.36% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB329 is #254CD6. Grayscale: #AFAFAF. Windows color (decimal): -2444503 or 2733018. OLE color: 2733018.

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

Color convert

RGB 218 179 41 -
CMYK 0 0.18 0.81 0.15
HSL 46.78º 0.71% 0.51% -
HSV(B) 46.78º 0.81% 0.85% -
XYZ 45.43 47.31 8.83 -
YUV 174.93 52.42 158.72 -
System Red Green Blue C M Y K H S L
Decimal 218 179 41 0 0.18 0.81 0.15 46.78 0.71 0.51
Hex DA B3 29 0 12 51 F 2F 47 33
Octal 332 263 51 0 22 121 17 57 107 63
Binary 11011010 10110011 101001 0 10010 1010001 1111 101111 1000111 110011

Color Harmonies of #DAB329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB329

Black with #DAB329

Text Example


Text Example

White with #DAB329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB329; }

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

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

background-color css

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

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

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

border-color css

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

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

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