#D76F2A

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

Shades of Tahiti Gold #D76F2A

Tints of Tahiti Gold #D76F2A

Color information

#D76F2A (or 0xD76F2A) is unknown color: approx Tahiti Gold. HEX triplet: D7, 6F and 2A. RGB value is (215,111,42). Sum of RGB (Red+Green+Blue) = 215+111+42=368 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.42% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 42 (16.80% from 255 or 11.41% from 368); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76F2A is #2890D5. Grayscale: #868686. Windows color (decimal): -2658518 or 2781143. OLE color: 2781143.

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

Color convert

RGB21511142-
CMYK00.480.800.16
HSL23.93º68.38%50.39%-
HSV(B)23.93º80.47%84.31%-
XYZ34.1325.985.41-
YUV134.2375.96185.61-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 58.42%
GREEN value IS 111 (43.75% from 255) = 30.16%
BLUE value IS 42 (16.80% from 255) = 11.41%
R=58.42%
G=30.16%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.80
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151114200.480.800.1623.9368.3850.39
HexD76F2A0305010184432
Octal32715752060120203010462
Binary1101011111011111010100110000101000010000110001000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76F2A; }

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

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

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

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

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

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

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

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