Html Css Color HEX #DBB83D Metallic Gold

📋 copy color: '#DBB83D'

red 219 ◦ green 184 ◦ blue 61

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

Shades of Metallic Gold #DBB83D

Tints of Metallic Gold #DBB83D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.15%

R = 47.2%
G = 39.66%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DBB83D (or 0xDBB83D) is known color: Metallic Gold. HEX triplet: DB, B8 and 3D. RGB value is (219,184,61). Sum of RGB (Red+Green+Blue) = 219+184+61=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 61 (24.22% from 255 or 13.15% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB83D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB83D is #2447C2. Grayscale: #B4B4B4. Windows color (decimal): -2377667 or 4045019. OLE color: 4045019.

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

Color convert

RGB 219 184 61 -
CMYK 0 0.16 0.72 0.14
HSL 46.71º 0.69% 0.55% -
HSV(B) 46.71º 0.72% 0.86% -
XYZ 47.2 49.68 11.52 -
YUV 180.44 60.6 155.5 -
System Red Green Blue C M Y K H S L
Decimal 219 184 61 0 0.16 0.72 0.14 46.71 0.69 0.55
Hex DB B8 3D 0 10 48 E 2F 45 37
Octal 333 270 75 0 20 110 16 57 105 67
Binary 11011011 10111000 111101 0 10000 1001000 1110 101111 1000101 110111

Color Harmonies of #DBB83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB83D

Black with #DBB83D

Text Example


Text Example

White with #DBB83D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB83D; }

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

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

background-color css

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

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

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

border-color css

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

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

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