#DE712B

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

Shades of Tahiti Gold #DE712B

Tints of Tahiti Gold #DE712B

Color information

#DE712B (or 0xDE712B) is unknown color: approx Tahiti Gold. HEX triplet: DE, 71 and 2B. RGB value is (222,113,43). Sum of RGB (Red+Green+Blue) = 222+113+43=378 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.73% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 43 (17.19% from 255 or 11.38% from 378); Max value from RGB is 222 - color contains mainly: red. Hex color #DE712B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE712B is #218ED4. Grayscale: #898989. Windows color (decimal): -2199253 or 2847198. OLE color: 2847198.

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

Color convert

RGB22211343-
CMYK00.490.810.13
HSL23.46º73.06%51.96%-
HSV(B)23.46º80.63%87.06%-
XYZ36.4727.515.67-
YUV137.6174.61188.19-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 58.73%
GREEN value IS 113 (44.53% from 255) = 29.89%
BLUE value IS 43 (17.19% from 255) = 11.38%
R=58.73%
G=29.89%
B=11.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221134300.490.810.1323.4673.0651.96
HexDE712B03151D174934
Octal33616153061121152711164
Binary110111101110001101011011000110100011101101111001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE712B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE712B; }

 p { color: rgb(222,113,43); }

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

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

 a { background-color: rgb(222,113,43); }

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

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

 span { border-color: rgb(222,113,43); }

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