#dd8121

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

Shades of Tahiti Gold #DD8121

Tints of Tahiti Gold #DD8121

Color information

#DD8121 (or 0xDD8121) is unknown color: approx Tahiti Gold. HEX triplet: DD, 81 and 21. RGB value is (221,129,33). Sum of RGB (Red+Green+Blue) = 221+129+33=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 33 (13.28% from 255 or 8.62% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8121 is #227EDE. Grayscale: #929292. Windows color (decimal): -2260703 or 2195933. OLE color: 2195933.

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

Color convert

RGB22112933-
CMYK00.420.850.13
HSL30.64º74.02%49.8%-
HSV(B)30.64º85.07%86.67%-
XYZ37.9431.185.46-
YUV145.5664.48181.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 57.70%
GREEN value IS 129 (50.78% from 255) = 33.68%
BLUE value IS 33 (13.28% from 255) = 8.62%
R=57.70%
G=33.68%
B=8.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211293300.420.850.1330.6474.0249.8
HexDD812102A55D1f4a32
Octal33520141052125153711262
Binary1101110110000001100001010101010101011101111111001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd8121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd8121; }

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

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

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

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

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

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

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

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