#D9676A

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

Shades of Froly #D9676A

Tints of Froly #D9676A

Color information

#D9676A (or 0xD9676A) is unknown color: approx Froly. HEX triplet: D9, 67 and 6A. RGB value is (217,103,106). Sum of RGB (Red+Green+Blue) = 217+103+106=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D9676A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9676A is #269895. Grayscale: #898989. Windows color (decimal): -2529430 or 6973401. OLE color: 6973401.

HSL color Cylindrical-coordinate representation of color #D9676A: hue angle of 358.42º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D9676A is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB217103106-
CMYK00.530.510.15
HSL358.42º60%62.75%-
HSV(B)358.42º52.53%85.1%-
XYZ36.0725.4916.66-
YUV137.43110.27184.76-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.94%
GREEN value IS 103 (40.62% from 255) = 24.18%
BLUE value IS 106 (41.80% from 255) = 24.88%
R=50.94%
G=24.18%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710310600.530.510.15358.426062.75
HexD9676A03533F1663c3f
Octal33114715206563175467477
Binary110110011100111110101001101011100111111101100110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9676A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9676A; }

 p { color: rgb(217,103,106); }

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

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

 a { background-color: rgb(217,103,106); }

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

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

 span { border-color: rgb(217,103,106); }

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