Html Css Color HEX #DAB03C Metallic Gold

📋 copy color: '#DAB03C'

red 218 ◦ green 176 ◦ blue 60

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

Shades of Metallic Gold #DAB03C

Tints of Metallic Gold #DAB03C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.22%

R = 48.02%
G = 38.77%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DAB03C (or 0xDAB03C) is known color: Metallic Gold. HEX triplet: DA, B0 and 3C. RGB value is (218,176,60). Sum of RGB (Red+Green+Blue) = 218+176+60=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 176 (69.14% from 255 or 38.77% from 454); Blue value is 60 (23.83% from 255 or 13.22% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB03C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB03C is #254FC3. Grayscale: #AFAFAF. Windows color (decimal): -2445252 or 3977434. OLE color: 3977434.

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

Color convert

RGB 218 176 60 -
CMYK 0 0.19 0.72 0.15
HSL 44.05º 0.68% 0.55% -
HSV(B) 44.05º 0.72% 0.85% -
XYZ 45.25 46.28 10.82 -
YUV 175.33 62.91 158.43 -
System Red Green Blue C M Y K H S L
Decimal 218 176 60 0 0.19 0.72 0.15 44.05 0.68 0.55
Hex DA B0 3C 0 13 48 F 2C 44 37
Octal 332 260 74 0 23 110 17 54 104 67
Binary 11011010 10110000 111100 0 10011 1001000 1111 101100 1000100 110111

Color Harmonies of #DAB03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB03C

Black with #DAB03C

Text Example


Text Example

White with #DAB03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB03C; }

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

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

background-color css

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

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

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

border-color css

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

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

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