#DB767B

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

Shades of Froly #DB767B

Tints of Froly #DB767B

Color information

#DB767B (or 0xDB767B) is unknown color: approx Froly. HEX triplet: DB, 76 and 7B. RGB value is (219,118,123). Sum of RGB (Red+Green+Blue) = 219+118+123=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB767B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB767B is #248984. Grayscale: #949494. Windows color (decimal): -2394501 or 8091355. OLE color: 8091355.

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

Color convert

RGB219118123-
CMYK00.460.440.14
HSL357.03º58.38%66.08%-
HSV(B)357.03º46.12%85.88%-
XYZ39.2729.4522.35-
YUV148.77113.46178.09-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.61%
GREEN value IS 118 (46.48% from 255) = 25.65%
BLUE value IS 123 (48.44% from 255) = 26.74%
R=47.61%
G=25.65%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911812300.460.440.14357.0358.3866.08
HexDB767B02E2CE1653a42
Octal333166173056541654572102
Binary1101101111101101111011010111010110011101011001011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB767B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB767B; }

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

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

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

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

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

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

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

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