Html Css Color HEX #DB767B Froly

📋 copy color: '#DB767B'

red 219 ◦ green 118 ◦ blue 123

#DB767B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Froly #DB767B

Tints of Froly #DB767B

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 value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB767B (or 0xDB767B) is known color: 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

RGB 219 118 123 -
CMYK 0 0.46 0.44 0.14
HSL 357.03º 0.58% 0.66% -
HSV(B) 357.03º 0.46% 0.86% -
XYZ 39.27 29.45 22.35 -
YUV 148.77 113.46 178.09 -
System Red Green Blue C M Y K H S L
Decimal 219 118 123 0 0.46 0.44 0.14 357.03 0.58 0.66
Hex DB 76 7B 0 2E 2C E 165 3A 42
Octal 333 166 173 0 56 54 16 545 72 102
Binary 11011011 1110110 1111011 0 101110 101100 1110 101100101 111010 1000010

Color Harmonies of #DB767B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB767B

Black with #DB767B

Text Example


Text Example

White with #DB767B

Text Example


Text Example

HTML Codes & Css Web 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>