Html Css Color HEX #DBB835 Metallic Gold

📋 copy color: '#DBB835'

red 219 ◦ green 184 ◦ blue 53

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

Shades of Metallic Gold #DBB835

Tints of Metallic Gold #DBB835

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.35%

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

R = 48.03%
G = 40.35%
B = 11.62%

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

#DBB835 (or 0xDBB835) is known color: Metallic Gold. HEX triplet: DB, B8 and 35. RGB value is (219,184,53). Sum of RGB (Red+Green+Blue) = 219+184+53=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 53 (21.09% from 255 or 11.62% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB835 is #2447CA. Grayscale: #B4B4B4. Windows color (decimal): -2377675 or 3520731. OLE color: 3520731.

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

Color convert

RGB 219 184 53 -
CMYK 0 0.16 0.76 0.14
HSL 47.35º 0.7% 0.53% -
HSV(B) 47.35º 0.76% 0.86% -
XYZ 47 49.6 10.46 -
YUV 179.53 56.6 156.15 -
System Red Green Blue C M Y K H S L
Decimal 219 184 53 0 0.16 0.76 0.14 47.35 0.7 0.53
Hex DB B8 35 0 10 4C E 2F 46 35
Octal 333 270 65 0 20 114 16 57 106 65
Binary 11011011 10111000 110101 0 10000 1001100 1110 101111 1000110 110101

Color Harmonies of #DBB835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB835

Black with #DBB835

Text Example


Text Example

White with #DBB835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB835; }

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

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

background-color css

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

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

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

border-color css

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

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

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