Html Css Color HEX #DAB831 Metallic Gold

📋 copy color: '#DAB831'

red 218 ◦ green 184 ◦ blue 49

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

Shades of Metallic Gold #DAB831

Tints of Metallic Gold #DAB831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.86%

R = 48.34%
G = 40.8%
B = 10.86%

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

#DAB831 (or 0xDAB831) is known color: Metallic Gold. HEX triplet: DA, B8 and 31. RGB value is (218,184,49). Sum of RGB (Red+Green+Blue) = 218+184+49=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 184 (72.27% from 255 or 40.80% from 451); Blue value is 49 (19.53% from 255 or 10.86% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB831 is #2547CE. Grayscale: #B3B3B3. Windows color (decimal): -2443215 or 3258586. OLE color: 3258586.

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

Color convert

RGB 218 184 49 -
CMYK 0 0.16 0.78 0.15
HSL 47.93º 0.7% 0.52% -
HSV(B) 47.93º 0.78% 0.85% -
XYZ 46.61 49.41 9.99 -
YUV 178.78 54.76 155.98 -
System Red Green Blue C M Y K H S L
Decimal 218 184 49 0 0.16 0.78 0.15 47.93 0.7 0.52
Hex DA B8 31 0 10 4E F 30 46 34
Octal 332 270 61 0 20 116 17 60 106 64
Binary 11011010 10111000 110001 0 10000 1001110 1111 110000 1000110 110100

Color Harmonies of #DAB831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB831

Black with #DAB831

Text Example


Text Example

White with #DAB831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB831; }

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

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

background-color css

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

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

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

border-color css

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

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

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