#DF7030

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

Shades of Tahiti Gold #DF7030

Tints of Tahiti Gold #DF7030

Color information

#DF7030 (or 0xDF7030) is unknown color: approx Tahiti Gold. HEX triplet: DF, 70 and 30. RGB value is (223,112,48). Sum of RGB (Red+Green+Blue) = 223+112+48=383 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.22% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 48 (19.14% from 255 or 12.53% from 383); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7030 is #208FCF. Grayscale: #8A8A8A. Windows color (decimal): -2133968 or 3174623. OLE color: 3174623.

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

Color convert

RGB22311248-
CMYK00.500.780.13
HSL21.94º73.22%53.14%-
HSV(B)21.94º78.48%87.45%-
XYZ36.7627.496.16-
YUV137.8977.27188.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 58.22%
GREEN value IS 112 (44.14% from 255) = 29.24%
BLUE value IS 48 (19.14% from 255) = 12.53%
R=58.22%
G=29.24%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231124800.500.780.1321.9473.2253.14
HexDF70300324ED164935
Octal33716060062116152611165
Binary110111111110000110000011001010011101101101101001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7030; }

 p { color: rgb(223,112,48); }

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

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

 a { background-color: rgb(223,112,48); }

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

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

 span { border-color: rgb(223,112,48); }

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