#DC742D

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

Shades of Tahiti Gold #DC742D

Tints of Tahiti Gold #DC742D

Color information

#DC742D (or 0xDC742D) is unknown color: approx Tahiti Gold. HEX triplet: DC, 74 and 2D. RGB value is (220,116,45). Sum of RGB (Red+Green+Blue) = 220+116+45=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 45 (17.97% from 255 or 11.81% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC742D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC742D is #238BD2. Grayscale: #8B8B8B. Windows color (decimal): -2329555 or 2979036. OLE color: 2979036.

HSL color Cylindrical-coordinate representation of color #DC742D: hue angle of 24.34º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC742D is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB22011645-
CMYK00.470.800.14
HSL24.34º71.43%51.96%-
HSV(B)24.34º79.55%86.27%-
XYZ36.2327.95.96-
YUV13974.96185.77-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 57.74%
GREEN value IS 116 (45.70% from 255) = 30.45%
BLUE value IS 45 (17.97% from 255) = 11.81%
R=57.74%
G=30.45%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.80
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201164500.470.800.1424.3471.4351.96
HexDC742D02F50E184734
Octal33416455057120163010764
Binary110111001110100101101010111110100001110110001000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC742D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC742D; }

 p { color: rgb(220,116,45); }

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

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

 a { background-color: rgb(220,116,45); }

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

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

 span { border-color: rgb(220,116,45); }

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