#DDBB35

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

Shades of Metallic Gold #DDBB35

Tints of Metallic Gold #DDBB35

Color information

#DDBB35 (or 0xDDBB35) is unknown color: approx Metallic Gold. HEX triplet: DD, BB and 35. RGB value is (221,187,53). Sum of RGB (Red+Green+Blue) = 221+187+53=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 187 (73.44% from 255 or 40.56% from 461); Blue value is 53 (21.09% from 255 or 11.50% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBB35 is #2244CA. Grayscale: #B6B6B6. Windows color (decimal): -2245835 or 3521501. OLE color: 3521501.

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

Color convert

RGB22118753-
CMYK00.150.760.13
HSL47.86º71.19%53.73%-
HSV(B)47.86º76.02%86.67%-
XYZ48.2351.1710.7-
YUV181.8955.26155.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.94%
GREEN value IS 187 (73.44% from 255) = 40.56%
BLUE value IS 53 (21.09% from 255) = 11.50%
R=47.94%
G=40.56%
B=11.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211875300.150.760.1347.8671.1953.73
HexDDBB350F4CD304736
Octal33527365017114156010766
Binary110111011011101111010101111100110011011100001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBB35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBB35; }

 p { color: rgb(221,187,53); }

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

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

 a { background-color: rgb(221,187,53); }

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

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

 span { border-color: rgb(221,187,53); }

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