#D0676F

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

Shades of Froly #D0676F

Tints of Froly #D0676F

Color information

#D0676F (or 0xD0676F) is unknown color: approx Froly. HEX triplet: D0, 67 and 6F. RGB value is (208,103,111). Sum of RGB (Red+Green+Blue) = 208+103+111=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D0676F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0676F is #2F9890. Grayscale: #878787. Windows color (decimal): -3119249 or 7301072. OLE color: 7301072.

HSL color Cylindrical-coordinate representation of color #D0676F: hue angle of 355.43º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0676F is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB208103111-
CMYK00.500.470.18
HSL355.43º52.76%60.98%-
HSV(B)355.43º50.48%81.57%-
XYZ33.7324.2617.94-
YUV135.31114.29179.85-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.29%
GREEN value IS 103 (40.62% from 255) = 24.41%
BLUE value IS 111 (43.75% from 255) = 26.30%
R=49.29%
G=24.41%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810311100.500.470.18355.4352.7660.98
HexD0676F0322F12163353d
Octal32014715706257225436575
Binary1101000011001111101111011001010111110010101100011110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0676F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0676F; }

 p { color: rgb(208,103,111); }

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

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

 a { background-color: rgb(208,103,111); }

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

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

 span { border-color: rgb(208,103,111); }

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