Html Css Color HEX #DBB740 Metallic Gold

📋 copy color: '#DBB740'

red 219 ◦ green 183 ◦ blue 64

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

Shades of Metallic Gold #DBB740

Tints of Metallic Gold #DBB740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.73%

R = 47%
G = 39.27%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DBB740 (or 0xDBB740) is known color: Metallic Gold. HEX triplet: DB, B7 and 40. RGB value is (219,183,64). Sum of RGB (Red+Green+Blue) = 219+183+64=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 64 (25.39% from 255 or 13.73% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB740 is #2448BF. Grayscale: #B4B4B4. Windows color (decimal): -2377920 or 4241371. OLE color: 4241371.

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

Color convert

RGB 219 183 64 -
CMYK 0 0.16 0.71 0.14
HSL 46.06º 0.68% 0.55% -
HSV(B) 46.06º 0.71% 0.86% -
XYZ 47.07 49.3 11.88 -
YUV 180.2 62.43 155.68 -
System Red Green Blue C M Y K H S L
Decimal 219 183 64 0 0.16 0.71 0.14 46.06 0.68 0.55
Hex DB B7 40 0 10 47 E 2E 44 37
Octal 333 267 100 0 20 107 16 56 104 67
Binary 11011011 10110111 1000000 0 10000 1000111 1110 101110 1000100 110111

Color Harmonies of #DBB740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB740

Black with #DBB740

Text Example


Text Example

White with #DBB740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB740; }

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

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

background-color css

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

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

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

border-color css

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

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

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