#DBB338

Color #DBB338 Metallic Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Metallic Gold #DBB338

Tints of Metallic Gold #DBB338

Color information

#DBB338 (or 0xDBB338) is unknown color: approx Metallic Gold. HEX triplet: DB, B3 and 38. RGB value is (219,179,56). Sum of RGB (Red+Green+Blue) = 219+179+56=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 179 (70.31% from 255 or 39.43% from 454); Blue value is 56 (22.27% from 255 or 12.33% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB338 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB338 is #244CC7. Grayscale: #B1B1B1. Windows color (decimal): -2378952 or 3716059. OLE color: 3716059.

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

Color convert

RGB21917956-
CMYK00.180.740.14
HSL45.28º69.36%53.92%-
HSV(B)45.28º74.43%85.88%-
XYZ46.0547.5910.5-
YUV176.9459.75158-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.24%
GREEN value IS 179 (70.31% from 255) = 39.43%
BLUE value IS 56 (22.27% from 255) = 12.33%
R=48.24%
G=39.43%
B=12.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.74
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191795600.180.740.1445.2869.3653.92
HexDBB3380124AE2d4536
Octal33326370022112165510566
Binary1101101110110011111000010010100101011101011011000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB338; }

 p { color: rgb(219,179,56); }

 H1.HeaderClassName
 {
   color: #DBB338;
 }
 .AnyTagClassName
 {
   color: #DBB338;
 }
</style>
background-color css

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

 a { background-color: rgb(219,179,56); }

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

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

 span { border-color: rgb(219,179,56); }

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