#DB677B

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

Shades of Froly #DB677B

Tints of Froly #DB677B

Color information

#DB677B (or 0xDB677B) is unknown color: approx Froly. HEX triplet: DB, 67 and 7B. RGB value is (219,103,123). Sum of RGB (Red+Green+Blue) = 219+103+123=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 103 (40.62% from 255 or 23.15% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB677B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB677B is #249884. Grayscale: #8C8C8C. Windows color (decimal): -2398341 or 8087515. OLE color: 8087515.

HSL color Cylindrical-coordinate representation of color #DB677B: hue angle of 349.66º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB677B is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB219103123-
CMYK00.530.440.14
HSL349.66º61.7%63.14%-
HSV(B)349.66º52.97%85.88%-
XYZ37.6426.1921.81-
YUV139.96118.43184.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.21%
GREEN value IS 103 (40.62% from 255) = 23.15%
BLUE value IS 123 (48.44% from 255) = 27.64%
R=49.21%
G=23.15%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910312300.530.440.14349.6661.763.14
HexDB677B0352CE15e3e3f
Octal33314717306554165367677
Binary110110111100111111101101101011011001110101011110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB677B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB677B; }

 p { color: rgb(219,103,123); }

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

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

 a { background-color: rgb(219,103,123); }

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

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

 span { border-color: rgb(219,103,123); }

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