#D96046

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

Shades of Flamingo #D96046

Tints of Flamingo #D96046

Color information

#D96046 (or 0xD96046) is unknown color: approx Flamingo. HEX triplet: D9, 60 and 46. RGB value is (217,96,70). Sum of RGB (Red+Green+Blue) = 217+96+70=383 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.66% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 70 (27.73% from 255 or 18.28% from 383); Max value from RGB is 217 - color contains mainly: red. Hex color #D96046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96046 is #269FB9. Grayscale: #818181. Windows color (decimal): -2531258 or 4612313. OLE color: 4612313.

HSL color Cylindrical-coordinate representation of color #D96046: hue angle of 10.61º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D96046 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB2179670-
CMYK00.560.680.15
HSL10.61º65.92%56.27%-
HSV(B)10.61º67.74%85.1%-
XYZ33.923.568.55-
YUV129.2194.59190.61-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 56.66%
GREEN value IS 96 (37.89% from 255) = 25.07%
BLUE value IS 70 (27.73% from 255) = 18.28%
R=56.66%
G=25.07%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217967000.560.680.1510.6165.9256.27
HexD9604603844Fb4238
Octal331140106070104171310270
Binary110110011100000100011001110001000100111110111000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96046; }

 p { color: rgb(217,96,70); }

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

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

 a { background-color: rgb(217,96,70); }

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

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

 span { border-color: rgb(217,96,70); }

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