#DD782C

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

Shades of Tahiti Gold #DD782C

Tints of Tahiti Gold #DD782C

Color information

#DD782C (or 0xDD782C) is unknown color: approx Tahiti Gold. HEX triplet: DD, 78 and 2C. RGB value is (221,120,44). Sum of RGB (Red+Green+Blue) = 221+120+44=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 44 (17.58% from 255 or 11.43% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD782C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD782C is #2287D3. Grayscale: #8D8D8D. Windows color (decimal): -2262996 or 2914525. OLE color: 2914525.

HSL color Cylindrical-coordinate representation of color #DD782C: hue angle of 25.76º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD782C is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB22112044-
CMYK00.460.800.13
HSL25.76º72.24%51.96%-
HSV(B)25.76º80.09%86.67%-
XYZ36.9928.996.03-
YUV141.5472.96184.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 57.40%
GREEN value IS 120 (47.27% from 255) = 31.17%
BLUE value IS 44 (17.58% from 255) = 11.43%
R=57.40%
G=31.17%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211204400.460.800.1325.7672.2451.96
HexDD782C02E50D1a4834
Octal33517054056120153211064
Binary110111011111000101100010111010100001101110101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD782C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD782C; }

 p { color: rgb(221,120,44); }

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

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

 a { background-color: rgb(221,120,44); }

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

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

 span { border-color: rgb(221,120,44); }

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