Html Css Color HEX #DAB531 Metallic Gold

📋 copy color: '#DAB531'

red 218 ◦ green 181 ◦ blue 49

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

Shades of Metallic Gold #DAB531

Tints of Metallic Gold #DAB531

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.4%

 BLUE value IS 49 (19.53% from 255) = 10.94%

R = 48.66%
G = 40.4%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DAB531 (or 0xDAB531) is known color: Metallic Gold. HEX triplet: DA, B5 and 31. RGB value is (218,181,49). Sum of RGB (Red+Green+Blue) = 218+181+49=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 49 (19.53% from 255 or 10.94% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB531 is #254ACE. Grayscale: #B1B1B1. Windows color (decimal): -2443983 or 3257818. OLE color: 3257818.

HSL color Cylindrical-coordinate representation of color #DAB531: hue angle of 46.86º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DAB531 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 181 49 -
CMYK 0 0.17 0.78 0.15
HSL 46.86º 0.7% 0.52% -
HSV(B) 46.86º 0.78% 0.85% -
XYZ 45.99 48.17 9.78 -
YUV 177.02 55.76 157.23 -
System Red Green Blue C M Y K H S L
Decimal 218 181 49 0 0.17 0.78 0.15 46.86 0.7 0.52
Hex DA B5 31 0 11 4E F 2F 46 34
Octal 332 265 61 0 21 116 17 57 106 64
Binary 11011010 10110101 110001 0 10001 1001110 1111 101111 1000110 110100

Color Harmonies of #DAB531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB531

Black with #DAB531

Text Example


Text Example

White with #DAB531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB531; }

 p { color: rgb(218,181,49); }

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

background-color css

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

 a { background-color: rgb(218,181,49); }

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

border-color css

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

 span { border-color: rgb(218,181,49); }

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