#DF742D

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

Shades of Tahiti Gold #DF742D

Tints of Tahiti Gold #DF742D

Color information

#DF742D (or 0xDF742D) is unknown color: approx Tahiti Gold. HEX triplet: DF, 74 and 2D. RGB value is (223,116,45). Sum of RGB (Red+Green+Blue) = 223+116+45=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 45 (17.97% from 255 or 11.72% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF742D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF742D is #208BD2. Grayscale: #8C8C8C. Windows color (decimal): -2132947 or 2979039. OLE color: 2979039.

HSL color Cylindrical-coordinate representation of color #DF742D: hue angle of 23.93º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF742D is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB22311645-
CMYK00.480.800.13
HSL23.93º73.55%52.55%-
HSV(B)23.93º79.82%87.45%-
XYZ37.1528.376-
YUV139.974.45187.27-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 58.07%
GREEN value IS 116 (45.70% from 255) = 30.21%
BLUE value IS 45 (17.97% from 255) = 11.72%
R=58.07%
G=30.21%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231164500.480.800.1323.9373.5552.55
HexDF742D03050D184a35
Octal33716455060120153011265
Binary110111111110100101101011000010100001101110001001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF742D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF742D; }

 p { color: rgb(223,116,45); }

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

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

 a { background-color: rgb(223,116,45); }

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

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

 span { border-color: rgb(223,116,45); }

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