#D66853

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

Shades of Flamingo #D66853

Tints of Flamingo #D66853

Color information

#D66853 (or 0xD66853) is unknown color: approx Flamingo. HEX triplet: D6, 68 and 53. RGB value is (214,104,83). Sum of RGB (Red+Green+Blue) = 214+104+83=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 83 (32.81% from 255 or 20.70% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D66853 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66853 is #2997AC. Grayscale: #868686. Windows color (decimal): -2725805 or 5466326. OLE color: 5466326.

HSL color Cylindrical-coordinate representation of color #D66853: hue angle of 9.62º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D66853 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB21410483-
CMYK00.510.610.16
HSL9.62º61.5%58.24%-
HSV(B)9.62º61.21%83.92%-
XYZ34.2424.8211.17-
YUV134.598.94184.71-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.37%
GREEN value IS 104 (41.02% from 255) = 25.94%
BLUE value IS 83 (32.81% from 255) = 20.70%
R=53.37%
G=25.94%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141048300.510.610.169.6261.558.24
HexD668530333D10a3e3a
Octal3261501230637520127672
Binary11010110110100010100110110011111101100001010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66853; }

 p { color: rgb(214,104,83); }

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

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

 a { background-color: rgb(214,104,83); }

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

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

 span { border-color: rgb(214,104,83); }

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