#DF6A2B

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

Shades of Tahiti Gold #DF6A2B

Tints of Tahiti Gold #DF6A2B

Color information

#DF6A2B (or 0xDF6A2B) is unknown color: approx Tahiti Gold. HEX triplet: DF, 6A and 2B. RGB value is (223,106,43). Sum of RGB (Red+Green+Blue) = 223+106+43=372 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.95% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 43 (17.19% from 255 or 11.56% from 372); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6A2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6A2B is #2095D4. Grayscale: #868686. Windows color (decimal): -2135509 or 2845407. OLE color: 2845407.

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

Color convert

RGB22310643-
CMYK00.520.810.13
HSL21º73.77%52.16%-
HSV(B)21º80.72%87.45%-
XYZ36.0226.175.44-
YUV133.876.76191.62-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 59.95%
GREEN value IS 106 (41.80% from 255) = 28.49%
BLUE value IS 43 (17.19% from 255) = 11.56%
R=59.95%
G=28.49%
B=11.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231064300.520.810.132173.7752.16
HexDF6A2B03451D154a34
Octal33715253064121152511264
Binary110111111101010101011011010010100011101101011001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6A2B; }

 p { color: rgb(223,106,43); }

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

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

 a { background-color: rgb(223,106,43); }

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

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

 span { border-color: rgb(223,106,43); }

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