Html Css Color HEX #DBAE31 Metallic Gold

📋 copy color: '#DBAE31'

red 219 ◦ green 174 ◦ blue 49

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

Shades of Metallic Gold #DBAE31

Tints of Metallic Gold #DBAE31

RGB

 RED value IS 219 (85.94% from 255) = 49.55%

 GREEN value IS 174 (68.36% from 255) = 39.37%

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

R = 49.55%
G = 39.37%
B = 11.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DBAE31 (or 0xDBAE31) is known color: Metallic Gold. HEX triplet: DB, AE and 31. RGB value is (219,174,49). Sum of RGB (Red+Green+Blue) = 219+174+49=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 174 (68.36% from 255 or 39.37% from 442); Blue value is 49 (19.53% from 255 or 11.09% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAE31 is #2451CE. Grayscale: #ADADAD. Windows color (decimal): -2380239 or 3256027. OLE color: 3256027.

HSL color Cylindrical-coordinate representation of color #DBAE31: hue angle of 44.12º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DBAE31 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 174 49 -
CMYK 0 0.21 0.78 0.14
HSL 44.12º 0.7% 0.53% -
HSV(B) 44.12º 0.78% 0.86% -
XYZ 44.9 45.55 9.33 -
YUV 173.21 57.91 160.66 -
System Red Green Blue C M Y K H S L
Decimal 219 174 49 0 0.21 0.78 0.14 44.12 0.7 0.53
Hex DB AE 31 0 15 4E E 2C 46 35
Octal 333 256 61 0 25 116 16 54 106 65
Binary 11011011 10101110 110001 0 10101 1001110 1110 101100 1000110 110101

Color Harmonies of #DBAE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE31

Black with #DBAE31

Text Example


Text Example

White with #DBAE31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE31; }

 p { color: rgb(219,174,49); }

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

background-color css

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

 a { background-color: rgb(219,174,49); }

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

border-color css

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

 span { border-color: rgb(219,174,49); }

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