#D4634F

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

Shades of Flamingo #D4634F

Tints of Flamingo #D4634F

Color information

#D4634F (or 0xD4634F) is unknown color: approx Flamingo. HEX triplet: D4, 63 and 4F. RGB value is (212,99,79). Sum of RGB (Red+Green+Blue) = 212+99+79=390 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.36% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 79 (31.25% from 255 or 20.26% from 390); Max value from RGB is 212 - color contains mainly: red. Hex color #D4634F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4634F is #2B9CB0. Grayscale: #828282. Windows color (decimal): -2858161 or 5202900. OLE color: 5202900.

HSL color Cylindrical-coordinate representation of color #D4634F: hue angle of 9.02º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D4634F is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB2129979-
CMYK00.530.630.17
HSL9.02º60.73%57.06%-
HSV(B)9.02º62.74%83.14%-
XYZ33.0223.4910.19-
YUV130.5198.94186.13-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 54.36%
GREEN value IS 99 (39.06% from 255) = 25.38%
BLUE value IS 79 (31.25% from 255) = 20.26%
R=54.36%
G=25.38%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.63
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212997900.530.630.179.0260.7357.06
HexD4634F0353F1193d39
Octal3241431170657721117571
Binary11010100110001110011110110101111111100011001111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4634F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4634F; }

 p { color: rgb(212,99,79); }

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

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

 a { background-color: rgb(212,99,79); }

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

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

 span { border-color: rgb(212,99,79); }

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