Html Css Color HEX #DAB031 Metallic Gold

📋 copy color: '#DAB031'

red 218 ◦ green 176 ◦ blue 49

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

Shades of Metallic Gold #DAB031

Tints of Metallic Gold #DAB031

RGB

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

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

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

R = 49.21%
G = 39.73%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DAB031 (or 0xDAB031) is known color: Metallic Gold. HEX triplet: DA, B0 and 31. RGB value is (218,176,49). Sum of RGB (Red+Green+Blue) = 218+176+49=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 176 (69.14% from 255 or 39.73% from 443); Blue value is 49 (19.53% from 255 or 11.06% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB031 is #254FCE. Grayscale: #AEAEAE. Windows color (decimal): -2445263 or 3256538. OLE color: 3256538.

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

Color convert

RGB 218 176 49 -
CMYK 0 0.19 0.78 0.15
HSL 45.09º 0.7% 0.52% -
HSV(B) 45.09º 0.78% 0.85% -
XYZ 44.99 46.18 9.45 -
YUV 174.08 57.41 159.33 -
System Red Green Blue C M Y K H S L
Decimal 218 176 49 0 0.19 0.78 0.15 45.09 0.7 0.52
Hex DA B0 31 0 13 4E F 2D 46 34
Octal 332 260 61 0 23 116 17 55 106 64
Binary 11011010 10110000 110001 0 10011 1001110 1111 101101 1000110 110100

Color Harmonies of #DAB031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB031

Black with #DAB031

Text Example


Text Example

White with #DAB031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB031; }

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

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

background-color css

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

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

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

border-color css

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

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

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