Html Css Color HEX #DBAE30 Metallic Gold

📋 copy color: '#DBAE30'

red 219 ◦ green 174 ◦ blue 48

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

Shades of Metallic Gold #DBAE30

Tints of Metallic Gold #DBAE30

RGB

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

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

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

R = 49.66%
G = 39.46%
B = 10.88%

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

#DBAE30 (or 0xDBAE30) is known color: Metallic Gold. HEX triplet: DB, AE and 30. RGB value is (219,174,48). Sum of RGB (Red+Green+Blue) = 219+174+48=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 48 (19.14% from 255 or 10.88% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAE30 is #2451CF. Grayscale: #ADADAD. Windows color (decimal): -2380240 or 3190491. OLE color: 3190491.

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

Color convert

RGB 219 174 48 -
CMYK 0 0.21 0.78 0.14
HSL 44.21º 0.7% 0.52% -
HSV(B) 44.21º 0.78% 0.86% -
XYZ 44.88 45.55 9.22 -
YUV 173.09 57.41 160.75 -
System Red Green Blue C M Y K H S L
Decimal 219 174 48 0 0.21 0.78 0.14 44.21 0.7 0.52
Hex DB AE 30 0 15 4E E 2C 46 34
Octal 333 256 60 0 25 116 16 54 106 64
Binary 11011011 10101110 110000 0 10101 1001110 1110 101100 1000110 110100

Color Harmonies of #DBAE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE30

Black with #DBAE30

Text Example


Text Example

White with #DBAE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE30; }

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

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

background-color css

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

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

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

border-color css

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

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

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