#DD802C

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

Shades of Tahiti Gold #DD802C

Tints of Tahiti Gold #DD802C

Color information

#DD802C (or 0xDD802C) is unknown color: approx Tahiti Gold. HEX triplet: DD, 80 and 2C. RGB value is (221,128,44). Sum of RGB (Red+Green+Blue) = 221+128+44=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 44 (17.58% from 255 or 11.20% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD802C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD802C is #227FD3. Grayscale: #929292. Windows color (decimal): -2260948 or 2916573. OLE color: 2916573.

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

Color convert

RGB22112844-
CMYK00.420.800.13
HSL28.47º72.24%51.96%-
HSV(B)28.47º80.09%86.67%-
XYZ37.9930.996.36-
YUV146.2370.31181.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.23%
GREEN value IS 128 (50.39% from 255) = 32.57%
BLUE value IS 44 (17.58% from 255) = 11.20%
R=56.23%
G=32.57%
B=11.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211284400.420.800.1328.4772.2451.96
HexDD802C02A50D1c4834
Octal33520054052120153411064
Binary1101110110000000101100010101010100001101111001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD802C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD802C; }

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

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

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

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

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

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

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

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