#DD8028

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

Shades of Tahiti Gold #DD8028

Tints of Tahiti Gold #DD8028

Color information

#DD8028 (or 0xDD8028) is unknown color: approx Tahiti Gold. HEX triplet: DD, 80 and 28. RGB value is (221,128,40). Sum of RGB (Red+Green+Blue) = 221+128+40=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 40 (16.02% from 255 or 10.28% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8028 is #227FD7. Grayscale: #929292. Windows color (decimal): -2260952 or 2654429. OLE color: 2654429.

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

Color convert

RGB22112840-
CMYK00.420.820.13
HSL29.17º72.69%51.18%-
HSV(B)29.17º81.9%86.67%-
XYZ37.9230.965.99-
YUV145.7768.31181.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.81%
GREEN value IS 128 (50.39% from 255) = 32.90%
BLUE value IS 40 (16.02% from 255) = 10.28%
R=56.81%
G=32.90%
B=10.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211284000.420.820.1329.1772.6951.18
HexDD802802A52D1d4933
Octal33520050052122153511163
Binary1101110110000000101000010101010100101101111011001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8028; }

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

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

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

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

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

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

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

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