Html Css Color HEX #DBB83C Metallic Gold

📋 copy color: '#DBB83C'

red 219 ◦ green 184 ◦ blue 60

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

Shades of Metallic Gold #DBB83C

Tints of Metallic Gold #DBB83C

RGB

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

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

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

R = 47.3%
G = 39.74%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DBB83C (or 0xDBB83C) is known color: Metallic Gold. HEX triplet: DB, B8 and 3C. RGB value is (219,184,60). Sum of RGB (Red+Green+Blue) = 219+184+60=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 184 (72.27% from 255 or 39.74% from 463); Blue value is 60 (23.83% from 255 or 12.96% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB83C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB83C is #2447C3. Grayscale: #B4B4B4. Windows color (decimal): -2377668 or 3979483. OLE color: 3979483.

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

Color convert

RGB 219 184 60 -
CMYK 0 0.16 0.73 0.14
HSL 46.79º 0.69% 0.55% -
HSV(B) 46.79º 0.73% 0.86% -
XYZ 47.17 49.67 11.38 -
YUV 180.33 60.1 155.58 -
System Red Green Blue C M Y K H S L
Decimal 219 184 60 0 0.16 0.73 0.14 46.79 0.69 0.55
Hex DB B8 3C 0 10 49 E 2F 45 37
Octal 333 270 74 0 20 111 16 57 105 67
Binary 11011011 10111000 111100 0 10000 1001001 1110 101111 1000101 110111

Color Harmonies of #DBB83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB83C

Black with #DBB83C

Text Example


Text Example

White with #DBB83C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB83C; }

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

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

background-color css

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

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

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

border-color css

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

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

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