#DF7226

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

Shades of Tahiti Gold #DF7226

Tints of Tahiti Gold #DF7226

Color information

#DF7226 (or 0xDF7226) is unknown color: approx Tahiti Gold. HEX triplet: DF, 72 and 26. RGB value is (223,114,38). Sum of RGB (Red+Green+Blue) = 223+114+38=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 38 (15.23% from 255 or 10.13% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7226 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7226 is #208DD9. Grayscale: #8A8A8A. Windows color (decimal): -2133466 or 2519775. OLE color: 2519775.

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

Color convert

RGB22311438-
CMYK00.490.830.13
HSL24.65º74.3%51.18%-
HSV(B)24.65º82.96%87.45%-
XYZ36.827.865.27-
YUV137.9371.61188.68-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 59.47%
GREEN value IS 114 (44.92% from 255) = 30.4%
BLUE value IS 38 (15.23% from 255) = 10.13%
R=59.47%
G=30.4%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231143800.490.830.1324.6574.351.18
HexDF722603153D194a33
Octal33716246061123153111263
Binary110111111110010100110011000110100111101110011001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7226; }

 p { color: rgb(223,114,38); }

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

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

 a { background-color: rgb(223,114,38); }

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

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

 span { border-color: rgb(223,114,38); }

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