#D4654F

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

Shades of Flamingo #D4654F

Tints of Flamingo #D4654F

Color information

#D4654F (or 0xD4654F) is unknown color: approx Flamingo. HEX triplet: D4, 65 and 4F. RGB value is (212,101,79). Sum of RGB (Red+Green+Blue) = 212+101+79=392 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.08% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 79 (31.25% from 255 or 20.15% from 392); Max value from RGB is 212 - color contains mainly: red. Hex color #D4654F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4654F is #2B9AB0. Grayscale: #838383. Windows color (decimal): -2857649 or 5203412. OLE color: 5203412.

HSL color Cylindrical-coordinate representation of color #D4654F: hue angle of 9.92º 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 #D4654F is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB21210179-
CMYK00.520.630.17
HSL9.92º60.73%57.06%-
HSV(B)9.92º62.74%83.14%-
XYZ33.2223.8710.25-
YUV131.6898.27185.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 54.08%
GREEN value IS 101 (39.84% from 255) = 25.77%
BLUE value IS 79 (31.25% from 255) = 20.15%
R=54.08%
G=25.77%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.63
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121017900.520.630.179.9260.7357.06
HexD4654F0343F11a3d39
Octal3241451170647721127571
Binary11010100110010110011110110100111111100011010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4654F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4654F; }

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

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

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

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

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

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

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

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