#D8742D

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

Shades of Tahiti Gold #D8742D

Tints of Tahiti Gold #D8742D

Color information

#D8742D (or 0xD8742D) is unknown color: approx Tahiti Gold. HEX triplet: D8, 74 and 2D. RGB value is (216,116,45). Sum of RGB (Red+Green+Blue) = 216+116+45=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D8742D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8742D is #278BD2. Grayscale: #8A8A8A. Windows color (decimal): -2591699 or 2979032. OLE color: 2979032.

HSL color Cylindrical-coordinate representation of color #D8742D: hue angle of 24.91º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D8742D is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB21611645-
CMYK00.460.790.15
HSL24.91º68.67%51.18%-
HSV(B)24.91º79.17%84.71%-
XYZ35.0427.285.9-
YUV137.8175.63183.77-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 57.29%
GREEN value IS 116 (45.70% from 255) = 30.77%
BLUE value IS 45 (17.97% from 255) = 11.94%
R=57.29%
G=30.77%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.79
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161164500.460.790.1524.9168.6751.18
HexD8742D02E4FF194533
Octal33016455056117173110563
Binary110110001110100101101010111010011111111110011000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8742D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8742D; }

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

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

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

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

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

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

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

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