Html Css Color HEX #DABC29 Gold Tips

📋 copy color: '#DABC29'

red 218 ◦ green 188 ◦ blue 41

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

Shades of Gold Tips #DABC29

Tints of Gold Tips #DABC29

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.06%

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

R = 48.77%
G = 42.06%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DABC29 (or 0xDABC29) is known color: Gold Tips. HEX triplet: DA, BC and 29. RGB value is (218,188,41). Sum of RGB (Red+Green+Blue) = 218+188+41=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 41 (16.41% from 255 or 9.17% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABC29 is #2543D6. Grayscale: #B4B4B4. Windows color (decimal): -2442199 or 2735322. OLE color: 2735322.

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

Color convert

RGB 218 188 41 -
CMYK 0 0.14 0.81 0.15
HSL 49.83º 0.71% 0.51% -
HSV(B) 49.83º 0.81% 0.85% -
XYZ 47.3 51.03 9.46 -
YUV 180.21 49.44 154.95 -
System Red Green Blue C M Y K H S L
Decimal 218 188 41 0 0.14 0.81 0.15 49.83 0.71 0.51
Hex DA BC 29 0 E 51 F 32 47 33
Octal 332 274 51 0 16 121 17 62 107 63
Binary 11011010 10111100 101001 0 1110 1010001 1111 110010 1000111 110011

Color Harmonies of #DABC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABC29

Black with #DABC29

Text Example


Text Example

White with #DABC29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABC29; }

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

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

background-color css

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

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

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

border-color css

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

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

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