#df6c20

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

Shades of Tahiti Gold #DF6C20

Tints of Tahiti Gold #DF6C20

Color information

#DF6C20 (or 0xDF6C20) is unknown color: approx Tahiti Gold. HEX triplet: DF, 6C and 20. RGB value is (223,108,32). Sum of RGB (Red+Green+Blue) = 223+108+32=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 32 (12.89% from 255 or 8.82% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6C20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6C20 is #2093DF. Grayscale: #868686. Windows color (decimal): -2135008 or 2125023. OLE color: 2125023.

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

Color convert

RGB22310832-
CMYK00.520.860.13
HSL23.87º74.9%50%-
HSV(B)23.87º85.65%87.45%-
XYZ36.0526.524.58-
YUV133.7270.6191.68-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 61.43%
GREEN value IS 108 (42.58% from 255) = 29.75%
BLUE value IS 32 (12.89% from 255) = 8.82%
R=61.43%
G=29.75%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231083200.520.860.1323.8774.950
HexDF6C2003456D184b32
Octal33715440064126153011362
Binary110111111101100100000011010010101101101110001001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df6c20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df6c20; }

 p { color: rgb(223,108,32); }

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

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

 a { background-color: rgb(223,108,32); }

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

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

 span { border-color: rgb(223,108,32); }

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