Html Css Color HEX #DBAA30 Metallic Gold

📋 copy color: '#DBAA30'

red 219 ◦ green 170 ◦ blue 48

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

Shades of Metallic Gold #DBAA30

Tints of Metallic Gold #DBAA30

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.9%

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

R = 50.11%
G = 38.9%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DBAA30 (or 0xDBAA30) is known color: Metallic Gold. HEX triplet: DB, AA and 30. RGB value is (219,170,48). Sum of RGB (Red+Green+Blue) = 219+170+48=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 48 (19.14% from 255 or 10.98% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAA30 is #2455CF. Grayscale: #ABABAB. Windows color (decimal): -2381264 or 3189467. OLE color: 3189467.

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

Color convert

RGB 219 170 48 -
CMYK 0 0.22 0.78 0.14
HSL 42.81º 0.7% 0.52% -
HSV(B) 42.81º 0.78% 0.86% -
XYZ 44.12 44.02 8.97 -
YUV 170.74 58.73 162.42 -
System Red Green Blue C M Y K H S L
Decimal 219 170 48 0 0.22 0.78 0.14 42.81 0.7 0.52
Hex DB AA 30 0 16 4E E 2B 46 34
Octal 333 252 60 0 26 116 16 53 106 64
Binary 11011011 10101010 110000 0 10110 1001110 1110 101011 1000110 110100

Color Harmonies of #DBAA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAA30

Black with #DBAA30

Text Example


Text Example

White with #DBAA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAA30; }

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

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

background-color css

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

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

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

border-color css

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

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

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