#DD761C

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

Shades of Tahiti Gold #DD761C

Tints of Tahiti Gold #DD761C

Color information

#DD761C (or 0xDD761C) is unknown color: approx Tahiti Gold. HEX triplet: DD, 76 and 1C. RGB value is (221,118,28). Sum of RGB (Red+Green+Blue) = 221+118+28=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 28 (11.33% from 255 or 7.63% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD761C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD761C is #2289E3. Grayscale: #8B8B8B. Windows color (decimal): -2263524 or 1865437. OLE color: 1865437.

HSL color Cylindrical-coordinate representation of color #DD761C: hue angle of 27.98º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD761C is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB22111828-
CMYK00.470.870.13
HSL27.98º77.51%48.82%-
HSV(B)27.98º87.33%86.67%-
XYZ36.5128.414.66-
YUV138.5465.62186.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 60.22%
GREEN value IS 118 (46.48% from 255) = 32.15%
BLUE value IS 28 (11.33% from 255) = 7.63%
R=60.22%
G=32.15%
B=7.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211182800.470.870.1327.9877.5148.82
HexDD761C02F57D1c4e31
Octal33516634057127153411661
Binary11011101111011011100010111110101111101111001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD761C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD761C; }

 p { color: rgb(221,118,28); }

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

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

 a { background-color: rgb(221,118,28); }

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

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

 span { border-color: rgb(221,118,28); }

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