#DD7921

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

Shades of Tahiti Gold #DD7921

Tints of Tahiti Gold #DD7921

Color information

#DD7921 (or 0xDD7921) is unknown color: approx Tahiti Gold. HEX triplet: DD, 79 and 21. RGB value is (221,121,33). Sum of RGB (Red+Green+Blue) = 221+121+33=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 33 (13.28% from 255 or 8.8% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7921 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7921 is #2286DE. Grayscale: #8D8D8D. Windows color (decimal): -2262751 or 2193885. OLE color: 2193885.

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

Color convert

RGB22112133-
CMYK00.450.850.13
HSL28.09º74.02%49.8%-
HSV(B)28.09º85.07%86.67%-
XYZ36.9329.165.12-
YUV140.8767.13185.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.93%
GREEN value IS 121 (47.66% from 255) = 32.27%
BLUE value IS 33 (13.28% from 255) = 8.8%
R=58.93%
G=32.27%
B=8.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211213300.450.850.1328.0974.0249.8
HexDD792102D55D1c4a32
Octal33517141055125153411262
Binary110111011111001100001010110110101011101111001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7921; }

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

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

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

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

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

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

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

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