#DE7C27

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

Shades of Tahiti Gold #DE7C27

Tints of Tahiti Gold #DE7C27

Color information

#DE7C27 (or 0xDE7C27) is unknown color: approx Tahiti Gold. HEX triplet: DE, 7C and 27. RGB value is (222,124,39). Sum of RGB (Red+Green+Blue) = 222+124+39=385 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.66% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 39 (15.62% from 255 or 10.13% from 385); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7C27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7C27 is #2183D8. Grayscale: #909090. Windows color (decimal): -2196441 or 2587870. OLE color: 2587870.

HSL color Cylindrical-coordinate representation of color #DE7C27: hue angle of 27.87º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE7C27 is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB22212439-
CMYK00.440.820.13
HSL27.87º73.49%51.18%-
HSV(B)27.87º82.43%87.06%-
XYZ37.730.095.74-
YUV143.6168.97183.91-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 57.66%
GREEN value IS 124 (48.83% from 255) = 32.21%
BLUE value IS 39 (15.62% from 255) = 10.13%
R=57.66%
G=32.21%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221243900.440.820.1327.8773.4951.18
HexDE7C2702C52D1c4933
Octal33617447054122153411163
Binary110111101111100100111010110010100101101111001001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7C27; }

 p { color: rgb(222,124,39); }

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

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

 a { background-color: rgb(222,124,39); }

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

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

 span { border-color: rgb(222,124,39); }

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