#DC7432

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

Shades of Tahiti Gold #DC7432

Tints of Tahiti Gold #DC7432

Color information

#DC7432 (or 0xDC7432) is unknown color: approx Tahiti Gold. HEX triplet: DC, 74 and 32. RGB value is (220,116,50). Sum of RGB (Red+Green+Blue) = 220+116+50=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 50 (19.92% from 255 or 12.95% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7432 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7432 is #238BCD. Grayscale: #8B8B8B. Windows color (decimal): -2329550 or 3306716. OLE color: 3306716.

HSL color Cylindrical-coordinate representation of color #DC7432: hue angle of 23.29º 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 #DC7432 is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB22011650-
CMYK00.470.770.14
HSL23.29º70.83%52.94%-
HSV(B)23.29º77.27%86.27%-
XYZ36.3427.946.49-
YUV139.5777.46185.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 56.99%
GREEN value IS 116 (45.70% from 255) = 30.05%
BLUE value IS 50 (19.92% from 255) = 12.95%
R=56.99%
G=30.05%
B=12.95%

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
Decimal2201165000.470.770.1423.2970.8352.94
HexDC743202F4DE174735
Octal33416462057115162710765
Binary110111001110100110010010111110011011110101111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7432; }

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

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

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

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

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

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

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

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