#DE6F21

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

Shades of Tahiti Gold #DE6F21

Tints of Tahiti Gold #DE6F21

Color information

#DE6F21 (or 0xDE6F21) is unknown color: approx Tahiti Gold. HEX triplet: DE, 6F and 21. RGB value is (222,111,33). Sum of RGB (Red+Green+Blue) = 222+111+33=366 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.66% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 33 (13.28% from 255 or 9.02% from 366); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6F21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6F21 is #2190DE. Grayscale: #878787. Windows color (decimal): -2199775 or 2191326. OLE color: 2191326.

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

Color convert

RGB22211133-
CMYK00.50.850.13
HSL24.76º74.12%50%-
HSV(B)24.76º85.14%87.06%-
XYZ36.0827.014.75-
YUV135.370.27189.84-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 60.66%
GREEN value IS 111 (43.75% from 255) = 30.33%
BLUE value IS 33 (13.28% from 255) = 9.02%
R=60.66%
G=30.33%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221113300.50.850.1324.7674.1250
HexDE6F2103255D194a32
Octal33615741062125153111262
Binary110111101101111100001011001010101011101110011001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6F21; }

 p { color: rgb(222,111,33); }

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

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

 a { background-color: rgb(222,111,33); }

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

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

 span { border-color: rgb(222,111,33); }

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