#D76652

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

Shades of Flamingo #D76652

Tints of Flamingo #D76652

Color information

#D76652 (or 0xD76652) is unknown color: approx Flamingo. HEX triplet: D7, 66 and 52. RGB value is (215,102,82). Sum of RGB (Red+Green+Blue) = 215+102+82=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D76652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76652 is #2899AD. Grayscale: #858585. Windows color (decimal): -2660782 or 5400279. OLE color: 5400279.

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

Color convert

RGB21510282-
CMYK00.530.620.16
HSL9.02º62.44%58.24%-
HSV(B)9.02º61.86%84.31%-
XYZ34.324.5610.92-
YUV133.5198.94186.13-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 53.88%
GREEN value IS 102 (40.23% from 255) = 25.56%
BLUE value IS 82 (32.42% from 255) = 20.55%
R=53.88%
G=25.56%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151028200.530.620.169.0262.4458.24
HexD766520353E1093e3a
Octal3271461220657620117672
Binary11010111110011010100100110101111110100001001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76652; }

 p { color: rgb(215,102,82); }

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

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

 a { background-color: rgb(215,102,82); }

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

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

 span { border-color: rgb(215,102,82); }

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