#DD6528

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

Shades of Gold Drop #DD6528

Tints of Gold Drop #DD6528

Color information

#DD6528 (or 0xDD6528) is unknown color: approx Gold Drop. HEX triplet: DD, 65 and 28. RGB value is (221,101,40). Sum of RGB (Red+Green+Blue) = 221+101+40=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 40 (16.02% from 255 or 11.05% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6528 is #229AD7. Grayscale: #828282. Windows color (decimal): -2267864 or 2647517. OLE color: 2647517.

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

Color convert

RGB22110140-
CMYK00.540.820.13
HSL20.22º72.69%51.18%-
HSV(B)20.22º81.9%86.67%-
XYZ34.8624.834.96-
YUV129.9377.26192.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 61.05%
GREEN value IS 101 (39.84% from 255) = 27.90%
BLUE value IS 40 (16.02% from 255) = 11.05%
R=61.05%
G=27.90%
B=11.05%

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
Decimal2211014000.540.820.1320.2272.6951.18
HexDD652803652D144933
Octal33514550066122152411163
Binary110111011100101101000011011010100101101101001001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6528; }

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

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

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

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

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

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

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

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