Html Css Color HEX #DBAE32 Metallic Gold

📋 copy color: '#DBAE32'

red 219 ◦ green 174 ◦ blue 50

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

Shades of Metallic Gold #DBAE32

Tints of Metallic Gold #DBAE32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.29%

R = 49.44%
G = 39.28%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DBAE32 (or 0xDBAE32) is known color: Metallic Gold. HEX triplet: DB, AE and 32. RGB value is (219,174,50). Sum of RGB (Red+Green+Blue) = 219+174+50=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 174 (68.36% from 255 or 39.28% from 443); Blue value is 50 (19.92% from 255 or 11.29% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAE32 is #2451CD. Grayscale: #ADADAD. Windows color (decimal): -2380238 or 3321563. OLE color: 3321563.

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

Color convert

RGB 219 174 50 -
CMYK 0 0.21 0.77 0.14
HSL 44.02º 0.7% 0.53% -
HSV(B) 44.02º 0.77% 0.86% -
XYZ 44.93 45.56 9.44 -
YUV 173.32 58.41 160.58 -
System Red Green Blue C M Y K H S L
Decimal 219 174 50 0 0.21 0.77 0.14 44.02 0.7 0.53
Hex DB AE 32 0 15 4D E 2C 46 35
Octal 333 256 62 0 25 115 16 54 106 65
Binary 11011011 10101110 110010 0 10101 1001101 1110 101100 1000110 110101

Color Harmonies of #DBAE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE32

Black with #DBAE32

Text Example


Text Example

White with #DBAE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE32; }

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

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

background-color css

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

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

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

border-color css

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

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

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