#D76669

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

Shades of Froly #D76669

Tints of Froly #D76669

Color information

#D76669 (or 0xD76669) is unknown color: approx Froly. HEX triplet: D7, 66 and 69. RGB value is (215,102,105). Sum of RGB (Red+Green+Blue) = 215+102+105=422 (55% of max value = 765). Red value is 215 (84.38% from 255 or 50.95% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 105 (41.41% from 255 or 24.88% from 422); Max value from RGB is 215 - color contains mainly: red. Hex color #D76669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76669 is #289996. Grayscale: #888888. Windows color (decimal): -2660759 or 6907607. OLE color: 6907607.

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

Color convert

RGB215102105-
CMYK00.530.510.16
HSL358.41º58.55%62.16%-
HSV(B)358.41º52.56%84.31%-
XYZ35.3324.9716.32-
YUV136.13110.44184.26-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.95%
GREEN value IS 102 (40.23% from 255) = 24.17%
BLUE value IS 105 (41.41% from 255) = 24.88%
R=50.95%
G=24.17%
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.16
SystemRedGreenBlueCMYKHSL
Decimal21510210500.530.510.16358.4158.5562.16
HexD7666903533101663b3e
Octal32714615106563205467376
Binary1101011111001101101001011010111001110000101100110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76669; }

 p { color: rgb(215,102,105); }

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

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

 a { background-color: rgb(215,102,105); }

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

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

 span { border-color: rgb(215,102,105); }

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