#DE722B

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

Shades of Tahiti Gold #DE722B

Tints of Tahiti Gold #DE722B

Color information

#DE722B (or 0xDE722B) is unknown color: approx Tahiti Gold. HEX triplet: DE, 72 and 2B. RGB value is (222,114,43). Sum of RGB (Red+Green+Blue) = 222+114+43=379 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.58% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 43 (17.19% from 255 or 11.35% from 379); Max value from RGB is 222 - color contains mainly: red. Hex color #DE722B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE722B is #218DD4. Grayscale: #8A8A8A. Windows color (decimal): -2198997 or 2847454. OLE color: 2847454.

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

Color convert

RGB22211443-
CMYK00.490.810.13
HSL23.8º73.06%51.96%-
HSV(B)23.8º80.63%87.06%-
XYZ36.5827.745.71-
YUV138.274.28187.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 58.58%
GREEN value IS 114 (44.92% from 255) = 30.08%
BLUE value IS 43 (17.19% from 255) = 11.35%
R=58.58%
G=30.08%
B=11.35%

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
Decimal2221144300.490.810.1323.873.0651.96
HexDE722B03151D184934
Octal33616253061121153011164
Binary110111101110010101011011000110100011101110001001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE722B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE722B; }

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

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

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

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

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

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

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

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