#D3696A

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

Shades of Froly #D3696A

Tints of Froly #D3696A

Color information

#D3696A (or 0xD3696A) is unknown color: approx Froly. HEX triplet: D3, 69 and 6A. RGB value is (211,105,106). Sum of RGB (Red+Green+Blue) = 211+105+106=422 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 106 (41.80% from 255 or 25.12% from 422); Max value from RGB is 211 - color contains mainly: red. Hex color #D3696A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3696A is #2C9695. Grayscale: #888888. Windows color (decimal): -2922134 or 6973907. OLE color: 6973907.

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

Color convert

RGB211105106-
CMYK00.500.500.17
HSL359.43º54.64%61.96%-
HSV(B)359.43º50.24%82.75%-
XYZ34.5224.9916.64-
YUV136.81110.62180.92-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 50%
GREEN value IS 105 (41.41% from 255) = 24.88%
BLUE value IS 106 (41.80% from 255) = 25.12%
R=50%
G=24.88%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21110510600.500.500.17359.4354.6461.96
HexD3696A0323211167373e
Octal32315115206262215476776
Binary1101001111010011101010011001011001010001101100111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3696A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3696A; }

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

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

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

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

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

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

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

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