#D97221

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

Shades of Tahiti Gold #D97221

Tints of Tahiti Gold #D97221

Color information

#D97221 (or 0xD97221) is unknown color: approx Tahiti Gold. HEX triplet: D9, 72 and 21. RGB value is (217,114,33). Sum of RGB (Red+Green+Blue) = 217+114+33=364 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.62% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 33 (13.28% from 255 or 9.07% from 364); Max value from RGB is 217 - color contains mainly: red. Hex color #D97221 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97221 is #268DDE. Grayscale: #878787. Windows color (decimal): -2526687 or 2192089. OLE color: 2192089.

HSL color Cylindrical-coordinate representation of color #D97221: hue angle of 26.41º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D97221 is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB21711433-
CMYK00.470.850.15
HSL26.41º73.6%49.02%-
HSV(B)26.41º84.79%85.1%-
XYZ34.9126.94.79-
YUV135.5670.12186.09-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 59.62%
GREEN value IS 114 (44.92% from 255) = 31.32%
BLUE value IS 33 (13.28% from 255) = 9.07%
R=59.62%
G=31.32%
B=9.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171143300.470.850.1526.4173.649.02
HexD9722102F55F1a4a31
Octal33116241057125173211261
Binary110110011110010100001010111110101011111110101001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97221; }

 p { color: rgb(217,114,33); }

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

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

 a { background-color: rgb(217,114,33); }

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

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

 span { border-color: rgb(217,114,33); }

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