Html Css Color HEX #DAB028 Gold Tips

📋 copy color: '#DAB028'

red 218 ◦ green 176 ◦ blue 40

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

Shades of Gold Tips #DAB028

Tints of Gold Tips #DAB028

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.55%

 BLUE value IS 40 (16.02% from 255) = 9.22%

R = 50.23%
G = 40.55%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DAB028 (or 0xDAB028) is known color: Gold Tips. HEX triplet: DA, B0 and 28. RGB value is (218,176,40). Sum of RGB (Red+Green+Blue) = 218+176+40=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 40 (16.02% from 255 or 9.22% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB028 is #254FD7. Grayscale: #ADADAD. Windows color (decimal): -2445272 or 2666714. OLE color: 2666714.

HSL color Cylindrical-coordinate representation of color #DAB028: hue angle of 45.84º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DAB028 is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 176 40 -
CMYK 0 0.19 0.82 0.15
HSL 45.84º 0.71% 0.51% -
HSV(B) 45.84º 0.82% 0.85% -
XYZ 44.82 46.11 8.55 -
YUV 173.05 52.91 160.06 -
System Red Green Blue C M Y K H S L
Decimal 218 176 40 0 0.19 0.82 0.15 45.84 0.71 0.51
Hex DA B0 28 0 13 52 F 2E 47 33
Octal 332 260 50 0 23 122 17 56 107 63
Binary 11011010 10110000 101000 0 10011 1010010 1111 101110 1000111 110011

Color Harmonies of #DAB028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB028

Black with #DAB028

Text Example


Text Example

White with #DAB028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB028; }

 p { color: rgb(218,176,40); }

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

background-color css

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

 a { background-color: rgb(218,176,40); }

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

border-color css

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

 span { border-color: rgb(218,176,40); }

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