#DD6628

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

Shades of Gold Drop #DD6628

Tints of Gold Drop #DD6628

Color information

#DD6628 (or 0xDD6628) is unknown color: approx Gold Drop. HEX triplet: DD, 66 and 28. RGB value is (221,102,40). Sum of RGB (Red+Green+Blue) = 221+102+40=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 40 (16.02% from 255 or 11.02% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6628 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6628 is #2299D7. Grayscale: #828282. Windows color (decimal): -2267608 or 2647773. OLE color: 2647773.

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

Color convert

RGB22110240-
CMYK00.540.820.13
HSL20.55º72.69%51.18%-
HSV(B)20.55º81.9%86.67%-
XYZ34.9525.035-
YUV130.5176.92192.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 60.88%
GREEN value IS 102 (40.23% from 255) = 28.10%
BLUE value IS 40 (16.02% from 255) = 11.02%
R=60.88%
G=28.10%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211024000.540.820.1320.5572.6951.18
HexDD662803652D154933
Octal33514650066122152511163
Binary110111011100110101000011011010100101101101011001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6628; }

 p { color: rgb(221,102,40); }

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

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

 a { background-color: rgb(221,102,40); }

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

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

 span { border-color: rgb(221,102,40); }

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