#DD712B

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

Shades of Tahiti Gold #DD712B

Tints of Tahiti Gold #DD712B

Color information

#DD712B (or 0xDD712B) is unknown color: approx Tahiti Gold. HEX triplet: DD, 71 and 2B. RGB value is (221,113,43). Sum of RGB (Red+Green+Blue) = 221+113+43=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 43 (17.19% from 255 or 11.41% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD712B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD712B is #228ED4. Grayscale: #898989. Windows color (decimal): -2264789 or 2847197. OLE color: 2847197.

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

Color convert

RGB22111343-
CMYK00.490.810.13
HSL23.6º72.36%51.76%-
HSV(B)23.6º80.54%86.67%-
XYZ36.1627.365.66-
YUV137.3174.78187.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.62%
GREEN value IS 113 (44.53% from 255) = 29.97%
BLUE value IS 43 (17.19% from 255) = 11.41%
R=58.62%
G=29.97%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211134300.490.810.1323.672.3651.76
HexDD712B03151D184834
Octal33516153061121153011064
Binary110111011110001101011011000110100011101110001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD712B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD712B; }

 p { color: rgb(221,113,43); }

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

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

 a { background-color: rgb(221,113,43); }

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

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

 span { border-color: rgb(221,113,43); }

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