#DD722A

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

Shades of Tahiti Gold #DD722A

Tints of Tahiti Gold #DD722A

Color information

#DD722A (or 0xDD722A) is unknown color: approx Tahiti Gold. HEX triplet: DD, 72 and 2A. RGB value is (221,114,42). Sum of RGB (Red+Green+Blue) = 221+114+42=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 42 (16.80% from 255 or 11.14% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD722A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD722A is #228DD5. Grayscale: #8A8A8A. Windows color (decimal): -2264534 or 2781917. OLE color: 2781917.

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

Color convert

RGB22111442-
CMYK00.480.810.13
HSL24.13º72.47%51.57%-
HSV(B)24.13º81%86.67%-
XYZ36.2527.575.6-
YUV137.7873.95187.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.62%
GREEN value IS 114 (44.92% from 255) = 30.24%
BLUE value IS 42 (16.80% from 255) = 11.14%
R=58.62%
G=30.24%
B=11.14%

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
Decimal2211144200.480.810.1324.1372.4751.57
HexDD722A03051D184834
Octal33516252060121153011064
Binary110111011110010101010011000010100011101110001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD722A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD722A; }

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

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

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

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

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

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

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

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