#DC7433

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

Shades of Tahiti Gold #DC7433

Tints of Tahiti Gold #DC7433

Color information

#DC7433 (or 0xDC7433) is unknown color: approx Tahiti Gold. HEX triplet: DC, 74 and 33. RGB value is (220,116,51). Sum of RGB (Red+Green+Blue) = 220+116+51=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 51 (20.31% from 255 or 13.18% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7433 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7433 is #238BCC. Grayscale: #8C8C8C. Windows color (decimal): -2329549 or 3372252. OLE color: 3372252.

HSL color Cylindrical-coordinate representation of color #DC7433: hue angle of 23.08º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC7433 is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB22011651-
CMYK00.470.770.14
HSL23.08º70.71%53.14%-
HSV(B)23.08º76.82%86.27%-
XYZ36.3627.956.61-
YUV139.6977.96185.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 56.85%
GREEN value IS 116 (45.70% from 255) = 29.97%
BLUE value IS 51 (20.31% from 255) = 13.18%
R=56.85%
G=29.97%
B=13.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.77
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201165100.470.770.1423.0870.7153.14
HexDC743302F4DE174735
Octal33416463057115162710765
Binary110111001110100110011010111110011011110101111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7433; }

 p { color: rgb(220,116,51); }

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

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

 a { background-color: rgb(220,116,51); }

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

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

 span { border-color: rgb(220,116,51); }

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