#DDBC33

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

Shades of Metallic Gold #DDBC33

Tints of Metallic Gold #DDBC33

Color information

#DDBC33 (or 0xDDBC33) is unknown color: approx Metallic Gold. HEX triplet: DD, BC and 33. RGB value is (221,188,51). Sum of RGB (Red+Green+Blue) = 221+188+51=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 51 (20.31% from 255 or 11.09% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBC33 is #2243CC. Grayscale: #B6B6B6. Windows color (decimal): -2245581 or 3390685. OLE color: 3390685.

HSL color Cylindrical-coordinate representation of color #DDBC33: hue angle of 48.35º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DDBC33 is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB22118851-
CMYK00.150.770.13
HSL48.35º71.43%53.33%-
HSV(B)48.35º76.92%86.67%-
XYZ48.451.5810.54-
YUV182.2553.93155.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.04%
GREEN value IS 188 (73.83% from 255) = 40.87%
BLUE value IS 51 (20.31% from 255) = 11.09%
R=48.04%
G=40.87%
B=11.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211885100.150.770.1348.3571.4353.33
HexDDBC330F4DD304735
Octal33527463017115156010765
Binary110111011011110011001101111100110111011100001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBC33; }

 p { color: rgb(221,188,51); }

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

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

 a { background-color: rgb(221,188,51); }

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

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

 span { border-color: rgb(221,188,51); }

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