#dd741c

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

Shades of Tahiti Gold #DD741C

Tints of Tahiti Gold #DD741C

Color information

#DD741C (or 0xDD741C) is unknown color: approx Tahiti Gold. HEX triplet: DD, 74 and 1C. RGB value is (221,116,28). Sum of RGB (Red+Green+Blue) = 221+116+28=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 28 (11.33% from 255 or 7.67% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD741C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD741C is #228BE3. Grayscale: #898989. Windows color (decimal): -2264036 or 1864925. OLE color: 1864925.

HSL color Cylindrical-coordinate representation of color #DD741C: hue angle of 27.36º 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 #DD741C is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB22111628-
CMYK00.480.870.13
HSL27.36º77.51%48.82%-
HSV(B)27.36º87.33%86.67%-
XYZ36.2727.954.58-
YUV137.3666.29187.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 60.55%
GREEN value IS 116 (45.70% from 255) = 31.78%
BLUE value IS 28 (11.33% from 255) = 7.67%
R=60.55%
G=31.78%
B=7.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211162800.480.870.1327.3677.5148.82
HexDD741C03057D1b4e31
Octal33516434060127153311661
Binary11011101111010011100011000010101111101110111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd741c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd741c; }

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

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

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

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

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

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

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

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