Html Css Color HEX #DBB132 Metallic Gold

📋 copy color: '#DBB132'

red 219 ◦ green 177 ◦ blue 50

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

Shades of Metallic Gold #DBB132

Tints of Metallic Gold #DBB132

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.69%

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

R = 49.1%
G = 39.69%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DBB132 (or 0xDBB132) is known color: Metallic Gold. HEX triplet: DB, B1 and 32. RGB value is (219,177,50). Sum of RGB (Red+Green+Blue) = 219+177+50=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 177 (69.53% from 255 or 39.69% from 446); Blue value is 50 (19.92% from 255 or 11.21% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB132 is #244ECD. Grayscale: #AFAFAF. Windows color (decimal): -2379470 or 3322331. OLE color: 3322331.

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

Color convert

RGB 219 177 50 -
CMYK 0 0.19 0.77 0.14
HSL 45.09º 0.7% 0.53% -
HSV(B) 45.09º 0.77% 0.86% -
XYZ 45.51 46.73 9.64 -
YUV 175.08 57.41 159.33 -
System Red Green Blue C M Y K H S L
Decimal 219 177 50 0 0.19 0.77 0.14 45.09 0.7 0.53
Hex DB B1 32 0 13 4D E 2D 46 35
Octal 333 261 62 0 23 115 16 55 106 65
Binary 11011011 10110001 110010 0 10011 1001101 1110 101101 1000110 110101

Color Harmonies of #DBB132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB132

Black with #DBB132

Text Example


Text Example

White with #DBB132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB132; }

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

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

background-color css

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

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

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

border-color css

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

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

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