#DD6C28

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

Shades of Tahiti Gold #DD6C28

Tints of Tahiti Gold #DD6C28

Color information

#DD6C28 (or 0xDD6C28) is unknown color: approx Tahiti Gold. HEX triplet: DD, 6C and 28. RGB value is (221,108,40). Sum of RGB (Red+Green+Blue) = 221+108+40=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 40 (16.02% from 255 or 10.84% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6C28 is #2293D7. Grayscale: #868686. Windows color (decimal): -2266072 or 2649309. OLE color: 2649309.

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

Color convert

RGB22110840-
CMYK00.510.820.13
HSL22.54º72.69%51.18%-
HSV(B)22.54º81.9%86.67%-
XYZ35.5626.255.2-
YUV134.0474.94190.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 59.89%
GREEN value IS 108 (42.58% from 255) = 29.27%
BLUE value IS 40 (16.02% from 255) = 10.84%
R=59.89%
G=29.27%
B=10.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211084000.510.820.1322.5472.6951.18
HexDD6C2803352D174933
Octal33515450063122152711163
Binary110111011101100101000011001110100101101101111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6C28; }

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

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

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

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

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

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

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

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