#D56E28

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

Shades of Tahiti Gold #D56E28

Tints of Tahiti Gold #D56E28

Color information

#D56E28 (or 0xD56E28) is unknown color: approx Tahiti Gold. HEX triplet: D5, 6E and 28. RGB value is (213,110,40). Sum of RGB (Red+Green+Blue) = 213+110+40=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 40 (16.02% from 255 or 11.02% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56E28 is #2A91D7. Grayscale: #858585. Windows color (decimal): -2789848 or 2649813. OLE color: 2649813.

HSL color Cylindrical-coordinate representation of color #D56E28: 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.81%. Process color model (Four color, CMYK) of #D56E28 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB21311040-
CMYK00.480.810.16
HSL24.28º68.38%49.61%-
HSV(B)24.28º81.22%83.53%-
XYZ33.425.455.16-
YUV132.8275.62185.19-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 58.68%
GREEN value IS 110 (43.36% from 255) = 30.30%
BLUE value IS 40 (16.02% from 255) = 11.02%
R=58.68%
G=30.30%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.81
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131104000.480.810.1624.2868.3849.61
HexD56E280305110184432
Octal32515650060121203010462
Binary1101010111011101010000110000101000110000110001000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56E28; }

 p { color: rgb(213,110,40); }

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

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

 a { background-color: rgb(213,110,40); }

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

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

 span { border-color: rgb(213,110,40); }

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