#D76F26

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

Shades of Tahiti Gold #D76F26

Tints of Tahiti Gold #D76F26

Color information

#D76F26 (or 0xD76F26) is unknown color: approx Tahiti Gold. HEX triplet: D7, 6F and 26. RGB value is (215,111,38). Sum of RGB (Red+Green+Blue) = 215+111+38=364 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.07% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 38 (15.23% from 255 or 10.44% from 364); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76F26 is #2890D9. Grayscale: #868686. Windows color (decimal): -2658522 or 2518999. OLE color: 2518999.

HSL color Cylindrical-coordinate representation of color #D76F26: hue angle of 24.75º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D76F26 is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB21511138-
CMYK00.480.820.16
HSL24.75º69.96%49.61%-
HSV(B)24.75º82.33%84.31%-
XYZ34.0625.965.05-
YUV133.7773.96185.94-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 59.07%
GREEN value IS 111 (43.75% from 255) = 30.49%
BLUE value IS 38 (15.23% from 255) = 10.44%
R=59.07%
G=30.49%
B=10.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151113800.480.820.1624.7569.9649.61
HexD76F260305210194632
Octal32715746060122203110662
Binary1101011111011111001100110000101001010000110011000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76F26; }

 p { color: rgb(215,111,38); }

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

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

 a { background-color: rgb(215,111,38); }

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

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

 span { border-color: rgb(215,111,38); }

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