Html Css Color HEX #DBB43F Metallic Gold

📋 copy color: '#DBB43F'

red 219 ◦ green 180 ◦ blue 63

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

Shades of Metallic Gold #DBB43F

Tints of Metallic Gold #DBB43F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.96%

 BLUE value IS 63 (25% from 255) = 13.64%

R = 47.4%
G = 38.96%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DBB43F (or 0xDBB43F) is known color: Metallic Gold. HEX triplet: DB, B4 and 3F. RGB value is (219,180,63). Sum of RGB (Red+Green+Blue) = 219+180+63=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 180 (70.70% from 255 or 38.96% from 462); Blue value is 63 (25% from 255 or 13.64% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB43F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB43F is #244BC0. Grayscale: #B2B2B2. Windows color (decimal): -2378689 or 4175067. OLE color: 4175067.

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

Color convert

RGB 219 180 63 -
CMYK 0 0.18 0.71 0.14
HSL 45º 0.68% 0.55% -
HSV(B) 45º 0.71% 0.86% -
XYZ 46.43 48.06 11.53 -
YUV 178.32 62.92 157.01 -
System Red Green Blue C M Y K H S L
Decimal 219 180 63 0 0.18 0.71 0.14 45 0.68 0.55
Hex DB B4 3F 0 12 47 E 2D 44 37
Octal 333 264 77 0 22 107 16 55 104 67
Binary 11011011 10110100 111111 0 10010 1000111 1110 101101 1000100 110111

Color Harmonies of #DBB43F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB43F

Black with #DBB43F

Text Example


Text Example

White with #DBB43F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB43F; }

 p { color: rgb(219,180,63); }

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

background-color css

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

 a { background-color: rgb(219,180,63); }

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

border-color css

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

 span { border-color: rgb(219,180,63); }

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