Html Css Color HEX #DAB937 Metallic Gold

📋 copy color: '#DAB937'

red 218 ◦ green 185 ◦ blue 55

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

Shades of Metallic Gold #DAB937

Tints of Metallic Gold #DAB937

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.39%

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

R = 47.6%
G = 40.39%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DAB937 (or 0xDAB937) is known color: Metallic Gold. HEX triplet: DA, B9 and 37. RGB value is (218,185,55). Sum of RGB (Red+Green+Blue) = 218+185+55=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 185 (72.66% from 255 or 40.39% from 458); Blue value is 55 (21.88% from 255 or 12.01% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB937 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB937 is #2546C8. Grayscale: #B4B4B4. Windows color (decimal): -2442953 or 3652058. OLE color: 3652058.

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

Color convert

RGB 218 185 55 -
CMYK 0 0.15 0.75 0.15
HSL 47.85º 0.69% 0.54% -
HSV(B) 47.85º 0.75% 0.85% -
XYZ 46.95 49.88 10.77 -
YUV 180.05 57.43 155.07 -
System Red Green Blue C M Y K H S L
Decimal 218 185 55 0 0.15 0.75 0.15 47.85 0.69 0.54
Hex DA B9 37 0 F 4B F 30 45 36
Octal 332 271 67 0 17 113 17 60 105 66
Binary 11011010 10111001 110111 0 1111 1001011 1111 110000 1000101 110110

Color Harmonies of #DAB937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB937

Black with #DAB937

Text Example


Text Example

White with #DAB937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB937; }

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

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

background-color css

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

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

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

border-color css

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

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

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