Html Css Color HEX #DBB431 Metallic Gold

📋 copy color: '#DBB431'

red 219 ◦ green 180 ◦ blue 49

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

Shades of Metallic Gold #DBB431

Tints of Metallic Gold #DBB431

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.18%

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

R = 48.88%
G = 40.18%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DBB431 (or 0xDBB431) is known color: Metallic Gold. HEX triplet: DB, B4 and 31. RGB value is (219,180,49). Sum of RGB (Red+Green+Blue) = 219+180+49=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 180 (70.70% from 255 or 40.18% from 448); Blue value is 49 (19.53% from 255 or 10.94% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB431 is #244BCE. Grayscale: #B1B1B1. Windows color (decimal): -2378703 or 3257563. OLE color: 3257563.

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

Color convert

RGB 219 180 49 -
CMYK 0 0.18 0.78 0.14
HSL 46.24º 0.7% 0.53% -
HSV(B) 46.24º 0.78% 0.86% -
XYZ 46.09 47.92 9.73 -
YUV 176.73 55.92 158.15 -
System Red Green Blue C M Y K H S L
Decimal 219 180 49 0 0.18 0.78 0.14 46.24 0.7 0.53
Hex DB B4 31 0 12 4E E 2E 46 35
Octal 333 264 61 0 22 116 16 56 106 65
Binary 11011011 10110100 110001 0 10010 1001110 1110 101110 1000110 110101

Color Harmonies of #DBB431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB431

Black with #DBB431

Text Example


Text Example

White with #DBB431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB431; }

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

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

background-color css

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

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

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

border-color css

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

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

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