Html Css Color HEX #DBB83B Metallic Gold

📋 copy color: '#DBB83B'

red 219 ◦ green 184 ◦ blue 59

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

Shades of Metallic Gold #DBB83B

Tints of Metallic Gold #DBB83B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.77%

R = 47.4%
G = 39.83%
B = 12.77%

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

#DBB83B (or 0xDBB83B) is known color: Metallic Gold. HEX triplet: DB, B8 and 3B. RGB value is (219,184,59). Sum of RGB (Red+Green+Blue) = 219+184+59=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 184 (72.27% from 255 or 39.83% from 462); Blue value is 59 (23.44% from 255 or 12.77% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB83B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB83B is #2447C4. Grayscale: #B4B4B4. Windows color (decimal): -2377669 or 3913947. OLE color: 3913947.

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

Color convert

RGB 219 184 59 -
CMYK 0 0.16 0.73 0.14
HSL 46.88º 0.69% 0.55% -
HSV(B) 46.88º 0.73% 0.86% -
XYZ 47.14 49.66 11.24 -
YUV 180.22 59.6 155.66 -
System Red Green Blue C M Y K H S L
Decimal 219 184 59 0 0.16 0.73 0.14 46.88 0.69 0.55
Hex DB B8 3B 0 10 49 E 2F 45 37
Octal 333 270 73 0 20 111 16 57 105 67
Binary 11011011 10111000 111011 0 10000 1001001 1110 101111 1000101 110111

Color Harmonies of #DBB83B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB83B

Black with #DBB83B

Text Example


Text Example

White with #DBB83B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB83B; }

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

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

background-color css

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

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

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

border-color css

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

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

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