Html Css Color HEX #DAB024 Gold Tips

📋 copy color: '#DAB024'

red 218 ◦ green 176 ◦ blue 36

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

Shades of Gold Tips #DAB024

Tints of Gold Tips #DAB024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.37%

R = 50.7%
G = 40.93%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DAB024 (or 0xDAB024) is known color: Gold Tips. HEX triplet: DA, B0 and 24. RGB value is (218,176,36). Sum of RGB (Red+Green+Blue) = 218+176+36=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 36 (14.45% from 255 or 8.37% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB024 is #254FDB. Grayscale: #ADADAD. Windows color (decimal): -2445276 or 2404570. OLE color: 2404570.

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

Color convert

RGB 218 176 36 -
CMYK 0 0.19 0.83 0.15
HSL 46.15º 0.72% 0.5% -
HSV(B) 46.15º 0.83% 0.85% -
XYZ 44.76 46.08 8.21 -
YUV 172.6 50.91 160.38 -
System Red Green Blue C M Y K H S L
Decimal 218 176 36 0 0.19 0.83 0.15 46.15 0.72 0.5
Hex DA B0 24 0 13 53 F 2E 48 32
Octal 332 260 44 0 23 123 17 56 110 62
Binary 11011010 10110000 100100 0 10011 1010011 1111 101110 1001000 110010

Color Harmonies of #DAB024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB024

Black with #DAB024

Text Example


Text Example

White with #DAB024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB024; }

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

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

background-color css

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

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

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

border-color css

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

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

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