Html Css Color HEX #DBB63C Metallic Gold

📋 copy color: '#DBB63C'

red 219 ◦ green 182 ◦ blue 60

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

Shades of Metallic Gold #DBB63C

Tints of Metallic Gold #DBB63C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.48%

 BLUE value IS 60 (23.83% from 255) = 13.02%

R = 47.51%
G = 39.48%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DBB63C (or 0xDBB63C) is known color: Metallic Gold. HEX triplet: DB, B6 and 3C. RGB value is (219,182,60). Sum of RGB (Red+Green+Blue) = 219+182+60=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 182 (71.48% from 255 or 39.48% from 461); Blue value is 60 (23.83% from 255 or 13.02% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB63C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB63C is #2449C3. Grayscale: #B3B3B3. Windows color (decimal): -2378180 or 3978971. OLE color: 3978971.

HSL color Cylindrical-coordinate representation of color #DBB63C: hue angle of 46.04º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBB63C is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 182 60 -
CMYK 0 0.17 0.73 0.14
HSL 46.04º 0.69% 0.55% -
HSV(B) 46.04º 0.73% 0.86% -
XYZ 46.76 48.84 11.24 -
YUV 179.16 60.76 156.42 -
System Red Green Blue C M Y K H S L
Decimal 219 182 60 0 0.17 0.73 0.14 46.04 0.69 0.55
Hex DB B6 3C 0 11 49 E 2E 45 37
Octal 333 266 74 0 21 111 16 56 105 67
Binary 11011011 10110110 111100 0 10001 1001001 1110 101110 1000101 110111

Color Harmonies of #DBB63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB63C

Black with #DBB63C

Text Example


Text Example

White with #DBB63C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB63C; }

 p { color: rgb(219,182,60); }

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

background-color css

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

 a { background-color: rgb(219,182,60); }

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

border-color css

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

 span { border-color: rgb(219,182,60); }

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