Html Css Color HEX #DAB13A Metallic Gold

📋 copy color: '#DAB13A'

red 218 ◦ green 177 ◦ blue 58

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

Shades of Metallic Gold #DAB13A

Tints of Metallic Gold #DAB13A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.07%

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

R = 48.12%
G = 39.07%
B = 12.8%

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

#DAB13A (or 0xDAB13A) is known color: Metallic Gold. HEX triplet: DA, B1 and 3A. RGB value is (218,177,58). Sum of RGB (Red+Green+Blue) = 218+177+58=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 177 (69.53% from 255 or 39.07% from 453); Blue value is 58 (23.05% from 255 or 12.80% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB13A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB13A is #254EC5. Grayscale: #B0B0B0. Windows color (decimal): -2444998 or 3846618. OLE color: 3846618.

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

Color convert

RGB 218 177 58 -
CMYK 0 0.19 0.73 0.15
HSL 44.63º 0.68% 0.54% -
HSV(B) 44.63º 0.73% 0.85% -
XYZ 45.4 46.66 10.62 -
YUV 175.69 61.58 158.18 -
System Red Green Blue C M Y K H S L
Decimal 218 177 58 0 0.19 0.73 0.15 44.63 0.68 0.54
Hex DA B1 3A 0 13 49 F 2D 44 36
Octal 332 261 72 0 23 111 17 55 104 66
Binary 11011010 10110001 111010 0 10011 1001001 1111 101101 1000100 110110

Color Harmonies of #DAB13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB13A

Black with #DAB13A

Text Example


Text Example

White with #DAB13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB13A; }

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

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

background-color css

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

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

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

border-color css

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

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

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