Html Css Color HEX #DBB13C Metallic Gold

📋 copy color: '#DBB13C'

red 219 ◦ green 177 ◦ blue 60

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

Shades of Metallic Gold #DBB13C

Tints of Metallic Gold #DBB13C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.82%

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

R = 48.03%
G = 38.82%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DBB13C (or 0xDBB13C) is known color: Metallic Gold. HEX triplet: DB, B1 and 3C. RGB value is (219,177,60). Sum of RGB (Red+Green+Blue) = 219+177+60=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 177 (69.53% from 255 or 38.82% from 456); Blue value is 60 (23.83% from 255 or 13.16% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB13C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB13C is #244EC3. Grayscale: #B0B0B0. Windows color (decimal): -2379460 or 3977691. OLE color: 3977691.

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

Color convert

RGB 219 177 60 -
CMYK 0 0.19 0.73 0.14
HSL 44.15º 0.69% 0.55% -
HSV(B) 44.15º 0.73% 0.86% -
XYZ 45.75 46.83 10.9 -
YUV 176.22 62.41 158.51 -
System Red Green Blue C M Y K H S L
Decimal 219 177 60 0 0.19 0.73 0.14 44.15 0.69 0.55
Hex DB B1 3C 0 13 49 E 2C 45 37
Octal 333 261 74 0 23 111 16 54 105 67
Binary 11011011 10110001 111100 0 10011 1001001 1110 101100 1000101 110111

Color Harmonies of #DBB13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB13C

Black with #DBB13C

Text Example


Text Example

White with #DBB13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB13C; }

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

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

background-color css

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

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

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

border-color css

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

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

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