#DE7D27

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

Shades of Tahiti Gold #DE7D27

Tints of Tahiti Gold #DE7D27

Color information

#DE7D27 (or 0xDE7D27) is unknown color: approx Tahiti Gold. HEX triplet: DE, 7D and 27. RGB value is (222,125,39). Sum of RGB (Red+Green+Blue) = 222+125+39=386 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.51% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 39 (15.62% from 255 or 10.10% from 386); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7D27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7D27 is #2182D8. Grayscale: #909090. Windows color (decimal): -2196185 or 2588126. OLE color: 2588126.

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

Color convert

RGB22212539-
CMYK00.440.820.13
HSL28.2º73.49%51.18%-
HSV(B)28.2º82.43%87.06%-
XYZ37.8230.345.78-
YUV144.268.64183.49-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 57.51%
GREEN value IS 125 (49.22% from 255) = 32.38%
BLUE value IS 39 (15.62% from 255) = 10.10%
R=57.51%
G=32.38%
B=10.10%

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
Decimal2221253900.440.820.1328.273.4951.18
HexDE7D2702C52D1c4933
Octal33617547054122153411163
Binary110111101111101100111010110010100101101111001001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7D27; }

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

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

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

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

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

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

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

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