#D67128

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

Shades of Tahiti Gold #D67128

Tints of Tahiti Gold #D67128

Color information

#D67128 (or 0xD67128) is unknown color: approx Tahiti Gold. HEX triplet: D6, 71 and 28. RGB value is (214,113,40). Sum of RGB (Red+Green+Blue) = 214+113+40=367 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.31% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 40 (16.02% from 255 or 10.90% from 367); Max value from RGB is 214 - color contains mainly: red. Hex color #D67128 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67128 is #298ED7. Grayscale: #878787. Windows color (decimal): -2723544 or 2650582. OLE color: 2650582.

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

Color convert

RGB21411340-
CMYK00.470.810.16
HSL25.17º68.5%49.8%-
HSV(B)25.17º81.31%83.92%-
XYZ34.0226.265.28-
YUV134.8874.46184.44-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 58.31%
GREEN value IS 113 (44.53% from 255) = 30.79%
BLUE value IS 40 (16.02% from 255) = 10.90%
R=58.31%
G=30.79%
B=10.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.81
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141134000.470.810.1625.1768.549.8
HexD6712802F5110194532
Octal32616150057121203110562
Binary1101011011100011010000101111101000110000110011000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67128; }

 p { color: rgb(214,113,40); }

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

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

 a { background-color: rgb(214,113,40); }

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

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

 span { border-color: rgb(214,113,40); }

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