#D96253

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

Shades of Flamingo #D96253

Tints of Flamingo #D96253

Color information

#D96253 (or 0xD96253) is unknown color: approx Flamingo. HEX triplet: D9, 62 and 53. RGB value is (217,98,83). Sum of RGB (Red+Green+Blue) = 217+98+83=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 83 (32.81% from 255 or 20.85% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D96253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96253 is #269DAC. Grayscale: #848484. Windows color (decimal): -2530733 or 5464793. OLE color: 5464793.

HSL color Cylindrical-coordinate representation of color #D96253: hue angle of 6.72º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D96253 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB2179883-
CMYK00.550.620.15
HSL6.72º63.81%58.82%-
HSV(B)6.72º61.75%85.1%-
XYZ34.5424.1111.02-
YUV131.87100.42188.72-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 54.52%
GREEN value IS 98 (38.67% from 255) = 24.62%
BLUE value IS 83 (32.81% from 255) = 20.85%
R=54.52%
G=24.62%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217988300.550.620.156.7263.8158.82
HexD962530373EF7403b
Octal3311421230677617710073
Binary1101100111000101010011011011111111011111111000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96253; }

 p { color: rgb(217,98,83); }

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

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

 a { background-color: rgb(217,98,83); }

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

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

 span { border-color: rgb(217,98,83); }

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