#D5696D

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

Shades of Froly #D5696D

Tints of Froly #D5696D

Color information

#D5696D (or 0xD5696D) is unknown color: approx Froly. HEX triplet: D5, 69 and 6D. RGB value is (213,105,109). Sum of RGB (Red+Green+Blue) = 213+105+109=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 105 (41.41% from 255 or 24.59% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D5696D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5696D is #2A9692. Grayscale: #898989. Windows color (decimal): -2791059 or 7170517. OLE color: 7170517.

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

Color convert

RGB213105109-
CMYK00.510.490.16
HSL357.78º56.25%62.35%-
HSV(B)357.78º50.7%83.53%-
XYZ35.2525.3517.5-
YUV137.75111.78181.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.88%
GREEN value IS 105 (41.41% from 255) = 24.59%
BLUE value IS 109 (42.97% from 255) = 25.53%
R=49.88%
G=24.59%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310510900.510.490.16357.7856.2562.35
HexD5696D0333110166383e
Octal32515115506361205467076
Binary1101010111010011101101011001111000110000101100110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5696D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5696D; }

 p { color: rgb(213,105,109); }

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

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

 a { background-color: rgb(213,105,109); }

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

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

 span { border-color: rgb(213,105,109); }

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