#DD7421

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

Shades of Tahiti Gold #DD7421

Tints of Tahiti Gold #DD7421

Color information

#DD7421 (or 0xDD7421) is unknown color: approx Tahiti Gold. HEX triplet: DD, 74 and 21. RGB value is (221,116,33). Sum of RGB (Red+Green+Blue) = 221+116+33=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 33 (13.28% from 255 or 8.92% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7421 is #228BDE. Grayscale: #8A8A8A. Windows color (decimal): -2264031 or 2192605. OLE color: 2192605.

HSL color Cylindrical-coordinate representation of color #DD7421: hue angle of 26.49º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD7421 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB22111633-
CMYK00.480.850.13
HSL26.49º74.02%49.8%-
HSV(B)26.49º85.07%86.67%-
XYZ36.3427.974.92-
YUV137.9368.79187.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 59.73%
GREEN value IS 116 (45.70% from 255) = 31.35%
BLUE value IS 33 (13.28% from 255) = 8.92%
R=59.73%
G=31.35%
B=8.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211163300.480.850.1326.4974.0249.8
HexDD742103055D1a4a32
Octal33516441060125153211262
Binary110111011110100100001011000010101011101110101001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7421; }

 p { color: rgb(221,116,33); }

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

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

 a { background-color: rgb(221,116,33); }

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

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

 span { border-color: rgb(221,116,33); }

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