Html Css Color HEX #DBB935 Metallic Gold

📋 copy color: '#DBB935'

red 219 ◦ green 185 ◦ blue 53

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

Shades of Metallic Gold #DBB935

Tints of Metallic Gold #DBB935

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.48%

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

R = 47.92%
G = 40.48%
B = 11.6%

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

#DBB935 (or 0xDBB935) is known color: Metallic Gold. HEX triplet: DB, B9 and 35. RGB value is (219,185,53). Sum of RGB (Red+Green+Blue) = 219+185+53=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 53 (21.09% from 255 or 11.60% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB935 is #2446CA. Grayscale: #B4B4B4. Windows color (decimal): -2377419 or 3520987. OLE color: 3520987.

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

Color convert

RGB 219 185 53 -
CMYK 0 0.16 0.76 0.14
HSL 47.71º 0.7% 0.53% -
HSV(B) 47.71º 0.76% 0.86% -
XYZ 47.2 50.02 10.53 -
YUV 180.12 56.26 155.73 -
System Red Green Blue C M Y K H S L
Decimal 219 185 53 0 0.16 0.76 0.14 47.71 0.7 0.53
Hex DB B9 35 0 10 4C E 30 46 35
Octal 333 271 65 0 20 114 16 60 106 65
Binary 11011011 10111001 110101 0 10000 1001100 1110 110000 1000110 110101

Color Harmonies of #DBB935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB935

Black with #DBB935

Text Example


Text Example

White with #DBB935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB935; }

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

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

background-color css

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

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

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

border-color css

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

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

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