#dd7f26

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

Shades of Tahiti Gold #DD7F26

Tints of Tahiti Gold #DD7F26

Color information

#DD7F26 (or 0xDD7F26) is unknown color: approx Tahiti Gold. HEX triplet: DD, 7F and 26. RGB value is (221,127,38). Sum of RGB (Red+Green+Blue) = 221+127+38=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 38 (15.23% from 255 or 9.84% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7F26 is #2280D9. Grayscale: #919191. Windows color (decimal): -2261210 or 2523101. OLE color: 2523101.

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

Color convert

RGB22112738-
CMYK00.430.830.13
HSL29.18º72.91%50.78%-
HSV(B)29.18º82.81%86.67%-
XYZ37.7630.695.77-
YUV144.9667.64182.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 57.25%
GREEN value IS 127 (50% from 255) = 32.90%
BLUE value IS 38 (15.23% from 255) = 9.84%
R=57.25%
G=32.90%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211273800.430.830.1329.1872.9150.78
HexDD7F2602B53D1d4933
Octal33517746053123153511163
Binary110111011111111100110010101110100111101111011001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd7f26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd7f26; }

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

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

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

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

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

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

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

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