Html Css Color HEX #DBB530 Metallic Gold

📋 copy color: '#DBB530'

red 219 ◦ green 181 ◦ blue 48

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

Shades of Metallic Gold #DBB530

Tints of Metallic Gold #DBB530

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.4%

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

R = 48.88%
G = 40.4%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DBB530 (or 0xDBB530) is known color: Metallic Gold. HEX triplet: DB, B5 and 30. RGB value is (219,181,48). Sum of RGB (Red+Green+Blue) = 219+181+48=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 48 (19.14% from 255 or 10.71% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB530 is #244ACF. Grayscale: #B1B1B1. Windows color (decimal): -2378448 or 3192283. OLE color: 3192283.

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

Color convert

RGB 219 181 48 -
CMYK 0 0.17 0.78 0.14
HSL 46.67º 0.7% 0.52% -
HSV(B) 46.67º 0.78% 0.86% -
XYZ 46.27 48.32 9.68 -
YUV 177.2 55.09 157.81 -
System Red Green Blue C M Y K H S L
Decimal 219 181 48 0 0.17 0.78 0.14 46.67 0.7 0.52
Hex DB B5 30 0 11 4E E 2F 46 34
Octal 333 265 60 0 21 116 16 57 106 64
Binary 11011011 10110101 110000 0 10001 1001110 1110 101111 1000110 110100

Color Harmonies of #DBB530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB530

Black with #DBB530

Text Example


Text Example

White with #DBB530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB530; }

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

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

background-color css

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

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

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

border-color css

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

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

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