#DD732A

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

Shades of Tahiti Gold #DD732A

Tints of Tahiti Gold #DD732A

Color information

#DD732A (or 0xDD732A) is unknown color: approx Tahiti Gold. HEX triplet: DD, 73 and 2A. RGB value is (221,115,42). Sum of RGB (Red+Green+Blue) = 221+115+42=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 42 (16.80% from 255 or 11.11% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD732A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD732A is #228CD5. Grayscale: #8A8A8A. Windows color (decimal): -2264278 or 2782173. OLE color: 2782173.

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

Color convert

RGB22111542-
CMYK00.480.810.13
HSL24.47º72.47%51.57%-
HSV(B)24.47º81%86.67%-
XYZ36.3727.85.64-
YUV138.3773.62186.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.47%
GREEN value IS 115 (45.31% from 255) = 30.42%
BLUE value IS 42 (16.80% from 255) = 11.11%
R=58.47%
G=30.42%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211154200.480.810.1324.4772.4751.57
HexDD732A03051D184834
Octal33516352060121153011064
Binary110111011110011101010011000010100011101110001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD732A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD732A; }

 p { color: rgb(221,115,42); }

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

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

 a { background-color: rgb(221,115,42); }

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

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

 span { border-color: rgb(221,115,42); }

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