Html Css Color HEX #DBB730 Metallic Gold

📋 copy color: '#DBB730'

red 219 ◦ green 183 ◦ blue 48

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

Shades of Metallic Gold #DBB730

Tints of Metallic Gold #DBB730

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.67%

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

R = 48.67%
G = 40.67%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DBB730 (or 0xDBB730) is known color: Metallic Gold. HEX triplet: DB, B7 and 30. RGB value is (219,183,48). Sum of RGB (Red+Green+Blue) = 219+183+48=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 183 (71.88% from 255 or 40.67% from 450); Blue value is 48 (19.14% from 255 or 10.67% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB730 is #2448CF. Grayscale: #B2B2B2. Windows color (decimal): -2377936 or 3192795. OLE color: 3192795.

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

Color convert

RGB 219 183 48 -
CMYK 0 0.16 0.78 0.14
HSL 47.37º 0.7% 0.52% -
HSV(B) 47.37º 0.78% 0.86% -
XYZ 46.68 49.14 9.82 -
YUV 178.37 54.43 156.98 -
System Red Green Blue C M Y K H S L
Decimal 219 183 48 0 0.16 0.78 0.14 47.37 0.7 0.52
Hex DB B7 30 0 10 4E E 2F 46 34
Octal 333 267 60 0 20 116 16 57 106 64
Binary 11011011 10110111 110000 0 10000 1001110 1110 101111 1000110 110100

Color Harmonies of #DBB730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB730

Black with #DBB730

Text Example


Text Example

White with #DBB730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB730; }

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

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

background-color css

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

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

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

border-color css

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

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

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