#DD741E

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

Shades of Tahiti Gold #DD741E

Tints of Tahiti Gold #DD741E

Color information

#DD741E (or 0xDD741E) is unknown color: approx Tahiti Gold. HEX triplet: DD, 74 and 1E. RGB value is (221,116,30). Sum of RGB (Red+Green+Blue) = 221+116+30=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 30 (12.11% from 255 or 8.17% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD741E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD741E is #228BE1. Grayscale: #8A8A8A. Windows color (decimal): -2264034 or 1995997. OLE color: 1995997.

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

Color convert

RGB22111630-
CMYK00.480.860.13
HSL27.02º76.1%49.22%-
HSV(B)27.02º86.43%86.67%-
XYZ36.327.964.71-
YUV137.5967.29187.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 60.22%
GREEN value IS 116 (45.70% from 255) = 31.61%
BLUE value IS 30 (12.11% from 255) = 8.17%
R=60.22%
G=31.61%
B=8.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211163000.480.860.1327.0276.149.22
HexDD741E03056D1b4c31
Octal33516436060126153311461
Binary11011101111010011110011000010101101101110111001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD741E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD741E; }

 p { color: rgb(221,116,30); }

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

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

 a { background-color: rgb(221,116,30); }

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

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

 span { border-color: rgb(221,116,30); }

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