Html Css Color HEX #DAB129 Gold Tips

📋 copy color: '#DAB129'

red 218 ◦ green 177 ◦ blue 41

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

Shades of Gold Tips #DAB129

Tints of Gold Tips #DAB129

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.6%

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

R = 50%
G = 40.6%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DAB129 (or 0xDAB129) is known color: Gold Tips. HEX triplet: DA, B1 and 29. RGB value is (218,177,41). Sum of RGB (Red+Green+Blue) = 218+177+41=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 41 (16.41% from 255 or 9.40% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB129 is #254ED6. Grayscale: #AEAEAE. Windows color (decimal): -2445015 or 2732506. OLE color: 2732506.

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

Color convert

RGB 218 177 41 -
CMYK 0 0.19 0.81 0.15
HSL 46.1º 0.71% 0.51% -
HSV(B) 46.1º 0.81% 0.85% -
XYZ 45.04 46.51 8.7 -
YUV 173.76 53.08 159.56 -
System Red Green Blue C M Y K H S L
Decimal 218 177 41 0 0.19 0.81 0.15 46.1 0.71 0.51
Hex DA B1 29 0 13 51 F 2E 47 33
Octal 332 261 51 0 23 121 17 56 107 63
Binary 11011010 10110001 101001 0 10011 1010001 1111 101110 1000111 110011

Color Harmonies of #DAB129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB129

Black with #DAB129

Text Example


Text Example

White with #DAB129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB129; }

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

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

background-color css

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

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

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

border-color css

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

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

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