#D66648

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

Shades of Flamingo #D66648

Tints of Flamingo #D66648

Color information

#D66648 (or 0xD66648) is unknown color: approx Flamingo. HEX triplet: D6, 66 and 48. RGB value is (214,102,72). Sum of RGB (Red+Green+Blue) = 214+102+72=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D66648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66648 is #2999B7. Grayscale: #848484. Windows color (decimal): -2726328 or 4744918. OLE color: 4744918.

HSL color Cylindrical-coordinate representation of color #D66648: hue angle of 12.68º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D66648 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB21410272-
CMYK00.520.660.16
HSL12.68º63.39%56.08%-
HSV(B)12.68º66.36%83.92%-
XYZ33.6524.279.04-
YUV132.0794.11186.44-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 55.15%
GREEN value IS 102 (40.23% from 255) = 26.29%
BLUE value IS 72 (28.52% from 255) = 18.56%
R=55.15%
G=26.29%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141027200.520.660.1612.6863.3956.08
HexD666480344210d3f38
Octal32614611006410220157770
Binary110101101100110100100001101001000010100001101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66648; }

 p { color: rgb(214,102,72); }

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

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

 a { background-color: rgb(214,102,72); }

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

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

 span { border-color: rgb(214,102,72); }

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