#D26C74

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

Shades of Froly #D26C74

Tints of Froly #D26C74

Color information

#D26C74 (or 0xD26C74) is unknown color: approx Froly. HEX triplet: D2, 6C and 74. RGB value is (210,108,116). Sum of RGB (Red+Green+Blue) = 210+108+116=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26C74 is #2D938B. Grayscale: #8B8B8B. Windows color (decimal): -2986892 or 7630034. OLE color: 7630034.

HSL color Cylindrical-coordinate representation of color #D26C74: hue angle of 355.29º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D26C74 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB210108116-
CMYK00.490.450.18
HSL355.29º53.12%62.35%-
HSV(B)355.29º48.57%82.35%-
XYZ35.0925.6919.63-
YUV139.41114.79178.35-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.39%
GREEN value IS 108 (42.58% from 255) = 24.88%
BLUE value IS 116 (45.70% from 255) = 26.73%
R=48.39%
G=24.88%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010811600.490.450.18355.2953.1262.35
HexD26C740312D12163353e
Octal32215416406155225436576
Binary1101001011011001110100011000110110110010101100011110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26C74; }

 p { color: rgb(210,108,116); }

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

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

 a { background-color: rgb(210,108,116); }

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

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

 span { border-color: rgb(210,108,116); }

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