#D9667A

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

Shades of Froly #D9667A

Tints of Froly #D9667A

Color information

#D9667A (or 0xD9667A) is unknown color: approx Froly. HEX triplet: D9, 66 and 7A. RGB value is (217,102,122). Sum of RGB (Red+Green+Blue) = 217+102+122=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D9667A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9667A is #269985. Grayscale: #8A8A8A. Windows color (decimal): -2529670 or 8021721. OLE color: 8021721.

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

Color convert

RGB217102122-
CMYK00.530.440.15
HSL349.57º60.21%62.55%-
HSV(B)349.57º53%85.1%-
XYZ36.8825.6621.42-
YUV138.66118.6183.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.21%
GREEN value IS 102 (40.23% from 255) = 23.13%
BLUE value IS 122 (48.05% from 255) = 27.66%
R=49.21%
G=23.13%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710212200.530.440.15349.5760.2162.55
HexD9667A0352CF15e3c3f
Octal33114617206554175367477
Binary110110011100110111101001101011011001111101011110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9667A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9667A; }

 p { color: rgb(217,102,122); }

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

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

 a { background-color: rgb(217,102,122); }

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

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

 span { border-color: rgb(217,102,122); }

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