#DDB038

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

Shades of Metallic Gold #DDB038

Tints of Metallic Gold #DDB038

Color information

#DDB038 (or 0xDDB038) is unknown color: approx Metallic Gold. HEX triplet: DD, B0 and 38. RGB value is (221,176,56). Sum of RGB (Red+Green+Blue) = 221+176+56=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 176 (69.14% from 255 or 38.85% from 453); Blue value is 56 (22.27% from 255 or 12.36% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB038 is #224FC7. Grayscale: #B0B0B0. Windows color (decimal): -2248648 or 3715293. OLE color: 3715293.

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

Color convert

RGB22117656-
CMYK00.200.750.13
HSL43.64º70.82%54.31%-
HSV(B)43.64º74.66%86.67%-
XYZ46.0646.7110.33-
YUV175.7760.41160.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.79%
GREEN value IS 176 (69.14% from 255) = 38.85%
BLUE value IS 56 (22.27% from 255) = 12.36%
R=48.79%
G=38.85%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211765600.200.750.1343.6470.8254.31
HexDDB0380144BD2c4736
Octal33526070024113155410766
Binary1101110110110000111000010100100101111011011001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB038; }

 p { color: rgb(221,176,56); }

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

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

 a { background-color: rgb(221,176,56); }

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

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

 span { border-color: rgb(221,176,56); }

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