#D4696F

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

Shades of Froly #D4696F

Tints of Froly #D4696F

Color information

#D4696F (or 0xD4696F) is unknown color: approx Froly. HEX triplet: D4, 69 and 6F. RGB value is (212,105,111). Sum of RGB (Red+Green+Blue) = 212+105+111=428 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.53% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 111 (43.75% from 255 or 25.93% from 428); Max value from RGB is 212 - color contains mainly: red. Hex color #D4696F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4696F is #2B9690. Grayscale: #898989. Windows color (decimal): -2856593 or 7301588. OLE color: 7301588.

HSL color Cylindrical-coordinate representation of color #D4696F: hue angle of 356.64º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4696F is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB212105111-
CMYK00.500.480.17
HSL356.64º55.44%62.16%-
HSV(B)356.64º50.47%83.14%-
XYZ35.0725.2518.06-
YUV137.68112.95181.01-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.53%
GREEN value IS 105 (41.41% from 255) = 24.53%
BLUE value IS 111 (43.75% from 255) = 25.93%
R=49.53%
G=24.53%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210511100.500.480.17356.6455.4462.16
HexD4696F0323011165373e
Octal32415115706260215456776
Binary1101010011010011101111011001011000010001101100101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4696F; }

 p { color: rgb(212,105,111); }

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

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

 a { background-color: rgb(212,105,111); }

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

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

 span { border-color: rgb(212,105,111); }

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