Html Css Color HEX #DAB33A Metallic Gold

📋 copy color: '#DAB33A'

red 218 ◦ green 179 ◦ blue 58

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

Shades of Metallic Gold #DAB33A

Tints of Metallic Gold #DAB33A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.34%

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

R = 47.91%
G = 39.34%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DAB33A (or 0xDAB33A) is known color: Metallic Gold. HEX triplet: DA, B3 and 3A. RGB value is (218,179,58). Sum of RGB (Red+Green+Blue) = 218+179+58=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 58 (23.05% from 255 or 12.75% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB33A is #254CC5. Grayscale: #B1B1B1. Windows color (decimal): -2444486 or 3847130. OLE color: 3847130.

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

Color convert

RGB 218 179 58 -
CMYK 0 0.18 0.73 0.15
HSL 45.38º 0.68% 0.54% -
HSV(B) 45.38º 0.73% 0.85% -
XYZ 45.8 47.45 10.75 -
YUV 176.87 60.92 157.34 -
System Red Green Blue C M Y K H S L
Decimal 218 179 58 0 0.18 0.73 0.15 45.38 0.68 0.54
Hex DA B3 3A 0 12 49 F 2D 44 36
Octal 332 263 72 0 22 111 17 55 104 66
Binary 11011010 10110011 111010 0 10010 1001001 1111 101101 1000100 110110

Color Harmonies of #DAB33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB33A

Black with #DAB33A

Text Example


Text Example

White with #DAB33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB33A; }

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

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

background-color css

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

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

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

border-color css

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

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

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