Html Css Color HEX #DAB931 Metallic Gold

📋 copy color: '#DAB931'

red 218 ◦ green 185 ◦ blue 49

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

Shades of Metallic Gold #DAB931

Tints of Metallic Gold #DAB931

RGB

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

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

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

R = 48.23%
G = 40.93%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DAB931 (or 0xDAB931) is known color: Metallic Gold. HEX triplet: DA, B9 and 31. RGB value is (218,185,49). Sum of RGB (Red+Green+Blue) = 218+185+49=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 49 (19.53% from 255 or 10.84% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB931 is #2546CE. Grayscale: #B3B3B3. Windows color (decimal): -2442959 or 3258842. OLE color: 3258842.

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

Color convert

RGB 218 185 49 -
CMYK 0 0.15 0.78 0.15
HSL 48.28º 0.7% 0.52% -
HSV(B) 48.28º 0.78% 0.85% -
XYZ 46.82 49.83 10.06 -
YUV 179.36 54.43 155.56 -
System Red Green Blue C M Y K H S L
Decimal 218 185 49 0 0.15 0.78 0.15 48.28 0.7 0.52
Hex DA B9 31 0 F 4E F 30 46 34
Octal 332 271 61 0 17 116 17 60 106 64
Binary 11011010 10111001 110001 0 1111 1001110 1111 110000 1000110 110100

Color Harmonies of #DAB931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB931

Black with #DAB931

Text Example


Text Example

White with #DAB931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB931; }

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

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

background-color css

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

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

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

border-color css

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

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

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