#DD7F2C

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

Shades of Tahiti Gold #DD7F2C

Tints of Tahiti Gold #DD7F2C

Color information

#DD7F2C (or 0xDD7F2C) is unknown color: approx Tahiti Gold. HEX triplet: DD, 7F and 2C. RGB value is (221,127,44). Sum of RGB (Red+Green+Blue) = 221+127+44=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 44 (17.58% from 255 or 11.22% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7F2C is #2280D3. Grayscale: #929292. Windows color (decimal): -2261204 or 2916317. OLE color: 2916317.

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

Color convert

RGB22112744-
CMYK00.430.800.13
HSL28.14º72.24%51.96%-
HSV(B)28.14º80.09%86.67%-
XYZ37.8630.736.32-
YUV145.6470.64181.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.38%
GREEN value IS 127 (50% from 255) = 32.40%
BLUE value IS 44 (17.58% from 255) = 11.22%
R=56.38%
G=32.40%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211274400.430.800.1328.1472.2451.96
HexDD7F2C02B50D1c4834
Octal33517754053120153411064
Binary110111011111111101100010101110100001101111001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7F2C; }

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

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

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

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

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

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

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

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