Html Css Color HEX #DAB830 Metallic Gold

📋 copy color: '#DAB830'

red 218 ◦ green 184 ◦ blue 48

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

Shades of Metallic Gold #DAB830

Tints of Metallic Gold #DAB830

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.89%

 BLUE value IS 48 (19.14% from 255) = 10.67%

R = 48.44%
G = 40.89%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DAB830 (or 0xDAB830) is known color: Metallic Gold. HEX triplet: DA, B8 and 30. RGB value is (218,184,48). Sum of RGB (Red+Green+Blue) = 218+184+48=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 184 (72.27% from 255 or 40.89% from 450); Blue value is 48 (19.14% from 255 or 10.67% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB830 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB830 is #2547CF. Grayscale: #B3B3B3. Windows color (decimal): -2443216 or 3193050. OLE color: 3193050.

HSL color Cylindrical-coordinate representation of color #DAB830: hue angle of 48º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DAB830 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 184 48 -
CMYK 0 0.16 0.78 0.15
HSL 48º 0.7% 0.52% -
HSV(B) 48º 0.78% 0.85% -
XYZ 46.59 49.4 9.88 -
YUV 178.66 54.26 156.06 -
System Red Green Blue C M Y K H S L
Decimal 218 184 48 0 0.16 0.78 0.15 48 0.7 0.52
Hex DA B8 30 0 10 4E F 30 46 34
Octal 332 270 60 0 20 116 17 60 106 64
Binary 11011010 10111000 110000 0 10000 1001110 1111 110000 1000110 110100

Color Harmonies of #DAB830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB830

Black with #DAB830

Text Example


Text Example

White with #DAB830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB830; }

 p { color: rgb(218,184,48); }

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

background-color css

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

 a { background-color: rgb(218,184,48); }

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

border-color css

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

 span { border-color: rgb(218,184,48); }

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