#DD6C26

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

Shades of Tahiti Gold #DD6C26

Tints of Tahiti Gold #DD6C26

Color information

#DD6C26 (or 0xDD6C26) is unknown color: approx Tahiti Gold. HEX triplet: DD, 6C and 26. RGB value is (221,108,38). Sum of RGB (Red+Green+Blue) = 221+108+38=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 38 (15.23% from 255 or 10.35% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6C26 is #2293D9. Grayscale: #868686. Windows color (decimal): -2266074 or 2518237. OLE color: 2518237.

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

Color convert

RGB22110838-
CMYK00.510.830.13
HSL22.95º72.91%50.78%-
HSV(B)22.95º82.81%86.67%-
XYZ35.5326.245.03-
YUV133.8173.94190.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 60.22%
GREEN value IS 108 (42.58% from 255) = 29.43%
BLUE value IS 38 (15.23% from 255) = 10.35%
R=60.22%
G=29.43%
B=10.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211083800.510.830.1322.9572.9150.78
HexDD6C2603353D174933
Octal33515446063123152711163
Binary110111011101100100110011001110100111101101111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6C26; }

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

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

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

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

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

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

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

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