#DC6E2A

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

Shades of Tahiti Gold #DC6E2A

Tints of Tahiti Gold #DC6E2A

Color information

#DC6E2A (or 0xDC6E2A) is unknown color: approx Tahiti Gold. HEX triplet: DC, 6E and 2A. RGB value is (220,110,42). Sum of RGB (Red+Green+Blue) = 220+110+42=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 42 (16.80% from 255 or 11.29% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6E2A is #2391D5. Grayscale: #878787. Windows color (decimal): -2331094 or 2780892. OLE color: 2780892.

HSL color Cylindrical-coordinate representation of color #DC6E2A: hue angle of 22.92º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC6E2A is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB22011042-
CMYK00.500.810.14
HSL22.92º71.77%51.37%-
HSV(B)22.92º80.91%86.27%-
XYZ35.5126.535.44-
YUV135.1475.44188.53-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 59.14%
GREEN value IS 110 (43.36% from 255) = 29.57%
BLUE value IS 42 (16.80% from 255) = 11.29%
R=59.14%
G=29.57%
B=11.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.81
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201104200.500.810.1422.9271.7751.37
HexDC6E2A03251E174833
Octal33415652062121162711063
Binary110111001101110101010011001010100011110101111001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6E2A; }

 p { color: rgb(220,110,42); }

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

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

 a { background-color: rgb(220,110,42); }

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

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

 span { border-color: rgb(220,110,42); }

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