Html Css Color HEX #DAB032 Metallic Gold

📋 copy color: '#DAB032'

red 218 ◦ green 176 ◦ blue 50

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

Shades of Metallic Gold #DAB032

Tints of Metallic Gold #DAB032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.26%

R = 49.1%
G = 39.64%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DAB032 (or 0xDAB032) is known color: Metallic Gold. HEX triplet: DA, B0 and 32. RGB value is (218,176,50). Sum of RGB (Red+Green+Blue) = 218+176+50=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 176 (69.14% from 255 or 39.64% from 444); Blue value is 50 (19.92% from 255 or 11.26% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB032 is #254FCD. Grayscale: #AEAEAE. Windows color (decimal): -2445262 or 3322074. OLE color: 3322074.

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

Color convert

RGB 218 176 50 -
CMYK 0 0.19 0.77 0.15
HSL 45º 0.69% 0.53% -
HSV(B) 45º 0.77% 0.85% -
XYZ 45.01 46.19 9.56 -
YUV 174.19 57.91 159.25 -
System Red Green Blue C M Y K H S L
Decimal 218 176 50 0 0.19 0.77 0.15 45 0.69 0.53
Hex DA B0 32 0 13 4D F 2D 45 35
Octal 332 260 62 0 23 115 17 55 105 65
Binary 11011010 10110000 110010 0 10011 1001101 1111 101101 1000101 110101

Color Harmonies of #DAB032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB032

Black with #DAB032

Text Example


Text Example

White with #DAB032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB032; }

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

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

background-color css

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

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

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

border-color css

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

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

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