#DC7732

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

Shades of Tahiti Gold #DC7732

Tints of Tahiti Gold #DC7732

Color information

#DC7732 (or 0xDC7732) is unknown color: approx Tahiti Gold. HEX triplet: DC, 77 and 32. RGB value is (220,119,50). Sum of RGB (Red+Green+Blue) = 220+119+50=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 50 (19.92% from 255 or 12.85% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7732 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7732 is #2388CD. Grayscale: #8D8D8D. Windows color (decimal): -2328782 or 3307484. OLE color: 3307484.

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

Color convert

RGB22011950-
CMYK00.460.770.14
HSL24.35º70.83%52.94%-
HSV(B)24.35º77.27%86.27%-
XYZ36.6928.646.61-
YUV141.3376.46184.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 56.56%
GREEN value IS 119 (46.88% from 255) = 30.59%
BLUE value IS 50 (19.92% from 255) = 12.85%
R=56.56%
G=30.59%
B=12.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.77
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201195000.460.770.1424.3570.8352.94
HexDC773202E4DE184735
Octal33416762056115163010765
Binary110111001110111110010010111010011011110110001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7732; }

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

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

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

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

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

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

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

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