Html Css Color HEX #DAB03A Metallic Gold

📋 copy color: '#DAB03A'

red 218 ◦ green 176 ◦ blue 58

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

Shades of Metallic Gold #DAB03A

Tints of Metallic Gold #DAB03A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.83%

R = 48.23%
G = 38.94%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DAB03A (or 0xDAB03A) is known color: Metallic Gold. HEX triplet: DA, B0 and 3A. RGB value is (218,176,58). Sum of RGB (Red+Green+Blue) = 218+176+58=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 176 (69.14% from 255 or 38.94% from 452); Blue value is 58 (23.05% from 255 or 12.83% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB03A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB03A is #254FC5. Grayscale: #AFAFAF. Windows color (decimal): -2445254 or 3846362. OLE color: 3846362.

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

Color convert

RGB 218 176 58 -
CMYK 0 0.19 0.73 0.15
HSL 44.25º 0.68% 0.54% -
HSV(B) 44.25º 0.73% 0.85% -
XYZ 45.2 46.26 10.55 -
YUV 175.11 61.91 158.59 -
System Red Green Blue C M Y K H S L
Decimal 218 176 58 0 0.19 0.73 0.15 44.25 0.68 0.54
Hex DA B0 3A 0 13 49 F 2C 44 36
Octal 332 260 72 0 23 111 17 54 104 66
Binary 11011010 10110000 111010 0 10011 1001001 1111 101100 1000100 110110

Color Harmonies of #DAB03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB03A

Black with #DAB03A

Text Example


Text Example

White with #DAB03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB03A; }

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

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

background-color css

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

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

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

border-color css

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

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

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