Html Css Color HEX #DBB735 Metallic Gold

📋 copy color: '#DBB735'

red 219 ◦ green 183 ◦ blue 53

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

Shades of Metallic Gold #DBB735

Tints of Metallic Gold #DBB735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.65%

R = 48.13%
G = 40.22%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DBB735 (or 0xDBB735) is known color: Metallic Gold. HEX triplet: DB, B7 and 35. RGB value is (219,183,53). Sum of RGB (Red+Green+Blue) = 219+183+53=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 53 (21.09% from 255 or 11.65% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB735 is #2448CA. Grayscale: #B3B3B3. Windows color (decimal): -2377931 or 3520475. OLE color: 3520475.

HSL color Cylindrical-coordinate representation of color #DBB735: hue angle of 46.99º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DBB735 is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 183 53 -
CMYK 0 0.16 0.76 0.14
HSL 46.99º 0.7% 0.53% -
HSV(B) 46.99º 0.76% 0.86% -
XYZ 46.79 49.18 10.4 -
YUV 178.94 56.93 156.57 -
System Red Green Blue C M Y K H S L
Decimal 219 183 53 0 0.16 0.76 0.14 46.99 0.7 0.53
Hex DB B7 35 0 10 4C E 2F 46 35
Octal 333 267 65 0 20 114 16 57 106 65
Binary 11011011 10110111 110101 0 10000 1001100 1110 101111 1000110 110101

Color Harmonies of #DBB735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB735

Black with #DBB735

Text Example


Text Example

White with #DBB735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB735; }

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

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

background-color css

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

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

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

border-color css

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

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

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