#DABB29

Color #DABB29 Gold Tips (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold Tips #DABB29

Tints of Gold Tips #DABB29

Color information

#DABB29 (or 0xDABB29) is unknown color: approx Gold Tips. HEX triplet: DA, BB and 29. RGB value is (218,187,41). Sum of RGB (Red+Green+Blue) = 218+187+41=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 41 (16.41% from 255 or 9.19% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABB29 is #2544D6. Grayscale: #B4B4B4. Windows color (decimal): -2442455 or 2735066. OLE color: 2735066.

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

Color convert

RGB21818741-
CMYK00.140.810.15
HSL49.49º70.52%50.78%-
HSV(B)49.49º81.19%85.49%-
XYZ47.0850.619.38-
YUV179.6249.77155.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.88%
GREEN value IS 187 (73.44% from 255) = 41.93%
BLUE value IS 41 (16.41% from 255) = 9.19%
R=48.88%
G=41.93%
B=9.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.81
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181874100.140.810.1549.4970.5250.78
HexDABB290E51F314733
Octal33227351016121176110763
Binary110110101011101110100101110101000111111100011000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABB29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABB29; }

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

 H1.HeaderClassName
 {
   color: #DABB29;
 }
 .AnyTagClassName
 {
   color: #DABB29;
 }
</style>
background-color css

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

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

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

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

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

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