Html Css Color HEX #DAB131 Metallic Gold

📋 copy color: '#DAB131'

red 218 ◦ green 177 ◦ blue 49

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

Shades of Metallic Gold #DAB131

Tints of Metallic Gold #DAB131

RGB

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

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

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

R = 49.1%
G = 39.86%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DAB131 (or 0xDAB131) is known color: Metallic Gold. HEX triplet: DA, B1 and 31. RGB value is (218,177,49). Sum of RGB (Red+Green+Blue) = 218+177+49=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 177 (69.53% from 255 or 39.86% from 444); Blue value is 49 (19.53% from 255 or 11.04% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB131 is #254ECE. Grayscale: #AFAFAF. Windows color (decimal): -2445007 or 3256794. OLE color: 3256794.

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

Color convert

RGB 218 177 49 -
CMYK 0 0.19 0.78 0.15
HSL 45.44º 0.7% 0.52% -
HSV(B) 45.44º 0.78% 0.85% -
XYZ 45.19 46.57 9.51 -
YUV 174.67 57.08 158.91 -
System Red Green Blue C M Y K H S L
Decimal 218 177 49 0 0.19 0.78 0.15 45.44 0.7 0.52
Hex DA B1 31 0 13 4E F 2D 46 34
Octal 332 261 61 0 23 116 17 55 106 64
Binary 11011010 10110001 110001 0 10011 1001110 1111 101101 1000110 110100

Color Harmonies of #DAB131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB131

Black with #DAB131

Text Example


Text Example

White with #DAB131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB131; }

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

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

background-color css

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

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

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

border-color css

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

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

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