#ddb133

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

Shades of Metallic Gold #DDB133

Tints of Metallic Gold #DDB133

Color information

#DDB133 (or 0xDDB133) is unknown color: approx Metallic Gold. HEX triplet: DD, B1 and 33. RGB value is (221,177,51). Sum of RGB (Red+Green+Blue) = 221+177+51=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 177 (69.53% from 255 or 39.42% from 449); Blue value is 51 (20.31% from 255 or 11.36% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB133 is #224ECC. Grayscale: #B0B0B0. Windows color (decimal): -2248397 or 3387869. OLE color: 3387869.

HSL color Cylindrical-coordinate representation of color #DDB133: hue angle of 44.47º 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 #DDB133 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB22117751-
CMYK00.200.770.13
HSL44.47º71.43%53.33%-
HSV(B)44.47º76.92%86.67%-
XYZ46.1447.069.78-
YUV175.7957.58160.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.22%
GREEN value IS 177 (69.53% from 255) = 39.42%
BLUE value IS 51 (20.31% from 255) = 11.36%
R=49.22%
G=39.42%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211775100.200.770.1344.4771.4353.33
HexDDB1330144DD2c4735
Octal33526163024115155410765
Binary1101110110110001110011010100100110111011011001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddb133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddb133; }

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

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

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

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

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

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

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

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