Html Css Color HEX #DAB037 Metallic Gold

📋 copy color: '#DAB037'

red 218 ◦ green 176 ◦ blue 55

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

Shades of Metallic Gold #DAB037

Tints of Metallic Gold #DAB037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 12.25%

R = 48.55%
G = 39.2%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DAB037 (or 0xDAB037) is known color: Metallic Gold. HEX triplet: DA, B0 and 37. RGB value is (218,176,55). Sum of RGB (Red+Green+Blue) = 218+176+55=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 55 (21.88% from 255 or 12.25% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB037 is #254FC8. Grayscale: #AFAFAF. Windows color (decimal): -2445257 or 3649754. OLE color: 3649754.

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

Color convert

RGB 218 176 55 -
CMYK 0 0.19 0.75 0.15
HSL 44.54º 0.69% 0.54% -
HSV(B) 44.54º 0.75% 0.85% -
XYZ 45.13 46.23 10.16 -
YUV 174.76 60.41 158.84 -
System Red Green Blue C M Y K H S L
Decimal 218 176 55 0 0.19 0.75 0.15 44.54 0.69 0.54
Hex DA B0 37 0 13 4B F 2D 45 36
Octal 332 260 67 0 23 113 17 55 105 66
Binary 11011010 10110000 110111 0 10011 1001011 1111 101101 1000101 110110

Color Harmonies of #DAB037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB037

Black with #DAB037

Text Example


Text Example

White with #DAB037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB037; }

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

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

background-color css

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

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

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

border-color css

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

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

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