Html Css Color HEX #DBA631 Metallic Gold

📋 copy color: '#DBA631'

red 219 ◦ green 166 ◦ blue 49

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

Shades of Metallic Gold #DBA631

Tints of Metallic Gold #DBA631

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.25%

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

R = 50.46%
G = 38.25%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DBA631 (or 0xDBA631) is known color: Metallic Gold. HEX triplet: DB, A6 and 31. RGB value is (219,166,49). Sum of RGB (Red+Green+Blue) = 219+166+49=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 49 (19.53% from 255 or 11.29% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA631 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA631 is #2459CE. Grayscale: #A9A9A9. Windows color (decimal): -2382287 or 3253979. OLE color: 3253979.

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

Color convert

RGB 219 166 49 -
CMYK 0 0.24 0.78 0.14
HSL 41.29º 0.7% 0.53% -
HSV(B) 41.29º 0.78% 0.86% -
XYZ 43.4 42.55 8.83 -
YUV 168.51 60.56 164.01 -
System Red Green Blue C M Y K H S L
Decimal 219 166 49 0 0.24 0.78 0.14 41.29 0.7 0.53
Hex DB A6 31 0 18 4E E 29 46 35
Octal 333 246 61 0 30 116 16 51 106 65
Binary 11011011 10100110 110001 0 11000 1001110 1110 101001 1000110 110101

Color Harmonies of #DBA631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA631

Black with #DBA631

Text Example


Text Example

White with #DBA631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA631; }

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

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

background-color css

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

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

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

border-color css

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

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

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