#D4696A

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

Shades of Froly #D4696A

Tints of Froly #D4696A

Color information

#D4696A (or 0xD4696A) is unknown color: approx Froly. HEX triplet: D4, 69 and 6A. RGB value is (212,105,106). Sum of RGB (Red+Green+Blue) = 212+105+106=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 106 (41.80% from 255 or 25.06% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D4696A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4696A is #2B9695. Grayscale: #898989. Windows color (decimal): -2856598 or 6973908. OLE color: 6973908.

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

Color convert

RGB212105106-
CMYK00.500.50.17
HSL359.44º55.44%62.16%-
HSV(B)359.44º50.47%83.14%-
XYZ34.825.1416.65-
YUV137.11110.45181.42-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.12%
GREEN value IS 105 (41.41% from 255) = 24.82%
BLUE value IS 106 (41.80% from 255) = 25.06%
R=50.12%
G=24.82%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.5
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210510600.500.50.17359.4455.4462.16
HexD4696A0323211167373e
Octal32415115206262215476776
Binary1101010011010011101010011001011001010001101100111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4696A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4696A; }

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

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

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

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

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

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

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

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