#D9676C

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

Shades of Froly #D9676C

Tints of Froly #D9676C

Color information

#D9676C (or 0xD9676C) is unknown color: approx Froly. HEX triplet: D9, 67 and 6C. RGB value is (217,103,108). Sum of RGB (Red+Green+Blue) = 217+103+108=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 103 (40.62% from 255 or 24.07% from 428); Blue value is 108 (42.58% from 255 or 25.23% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D9676C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9676C is #269893. Grayscale: #898989. Windows color (decimal): -2529428 or 7104473. OLE color: 7104473.

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

Color convert

RGB217103108-
CMYK00.530.500.15
HSL357.37º60%62.75%-
HSV(B)357.37º52.53%85.1%-
XYZ36.1725.5317.21-
YUV137.66111.27184.59-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.70%
GREEN value IS 103 (40.62% from 255) = 24.07%
BLUE value IS 108 (42.58% from 255) = 25.23%
R=50.70%
G=24.07%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710310800.530.500.15357.376062.75
HexD9676C03532F1653c3f
Octal33114715406562175457477
Binary110110011100111110110001101011100101111101100101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9676C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9676C; }

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

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

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

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

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

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

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

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