#D7702A

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

Shades of Tahiti Gold #D7702A

Tints of Tahiti Gold #D7702A

Color information

#D7702A (or 0xD7702A) is unknown color: approx Tahiti Gold. HEX triplet: D7, 70 and 2A. RGB value is (215,112,42). Sum of RGB (Red+Green+Blue) = 215+112+42=369 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.27% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 42 (16.80% from 255 or 11.38% from 369); Max value from RGB is 215 - color contains mainly: red. Hex color #D7702A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7702A is #288FD5. Grayscale: #878787. Windows color (decimal): -2658262 or 2781399. OLE color: 2781399.

HSL color Cylindrical-coordinate representation of color #D7702A: hue angle of 24.28º 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 #D7702A is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB21511242-
CMYK00.480.800.16
HSL24.28º68.38%50.39%-
HSV(B)24.28º80.47%84.31%-
XYZ34.2426.25.44-
YUV134.8275.62185.19-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 58.27%
GREEN value IS 112 (44.14% from 255) = 30.35%
BLUE value IS 42 (16.80% from 255) = 11.38%
R=58.27%
G=30.35%
B=11.38%

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
Decimal2151124200.480.800.1624.2868.3850.39
HexD7702A0305010184432
Octal32716052060120203010462
Binary1101011111100001010100110000101000010000110001000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7702A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7702A; }

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

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

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

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

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

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

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

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