#DD7825

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

Shades of Tahiti Gold #DD7825

Tints of Tahiti Gold #DD7825

Color information

#DD7825 (or 0xDD7825) is unknown color: approx Tahiti Gold. HEX triplet: DD, 78 and 25. RGB value is (221,120,37). Sum of RGB (Red+Green+Blue) = 221+120+37=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 37 (14.84% from 255 or 9.79% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7825 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7825 is #2287DA. Grayscale: #8D8D8D. Windows color (decimal): -2263003 or 2455773. OLE color: 2455773.

HSL color Cylindrical-coordinate representation of color #DD7825: hue angle of 27.07º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD7825 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB22112037-
CMYK00.460.830.13
HSL27.07º73.02%50.59%-
HSV(B)27.07º83.26%86.67%-
XYZ36.8728.945.39-
YUV140.7469.46185.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.47%
GREEN value IS 120 (47.27% from 255) = 31.75%
BLUE value IS 37 (14.84% from 255) = 9.79%
R=58.47%
G=31.75%
B=9.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211203700.460.830.1327.0773.0250.59
HexDD782502E53D1b4933
Octal33517045056123153311163
Binary110111011111000100101010111010100111101110111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7825; }

 p { color: rgb(221,120,37); }

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

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

 a { background-color: rgb(221,120,37); }

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

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

 span { border-color: rgb(221,120,37); }

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