Html Css Color HEX #DB686B Froly

📋 copy color: '#DB686B'

red 219 ◦ green 104 ◦ blue 107

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

Shades of Froly #DB686B

Tints of Froly #DB686B

RGB

 RED value IS 219 (85.94% from 255) = 50.93%

 GREEN value IS 104 (41.02% from 255) = 24.19%

 BLUE value IS 107 (42.19% from 255) = 24.88%

R = 50.93%
G = 24.19%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB686B (or 0xDB686B) is known color: Froly. HEX triplet: DB, 68 and 6B. RGB value is (219,104,107). Sum of RGB (Red+Green+Blue) = 219+104+107=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB686B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB686B is #249794. Grayscale: #8A8A8A. Windows color (decimal): -2398101 or 7039195. OLE color: 7039195.

HSL color Cylindrical-coordinate representation of color #DB686B: hue angle of 358.43º degrees, saturation: 0.61, 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 #DB686B is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 104 107 -
CMYK 0 0.53 0.51 0.14
HSL 358.43º 0.61% 0.63% -
HSV(B) 358.43º 0.53% 0.86% -
XYZ 36.82 26.02 16.99 -
YUV 138.73 110.1 185.26 -
System Red Green Blue C M Y K H S L
Decimal 219 104 107 0 0.53 0.51 0.14 358.43 0.61 0.63
Hex DB 68 6B 0 35 33 E 166 3D 3F
Octal 333 150 153 0 65 63 16 546 75 77
Binary 11011011 1101000 1101011 0 110101 110011 1110 101100110 111101 111111

Color Harmonies of #DB686B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB686B

Black with #DB686B

Text Example


Text Example

White with #DB686B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB686B; }

 p { color: rgb(219,104,107); }

 H1.HeaderClassName
 {
   color: #DB686B;
 }
 .AnyTagClassName
 {
   color: #DB686B;
 }
</style>

background-color css

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

 a { background-color: rgb(219,104,107); }

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

border-color css

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

 span { border-color: rgb(219,104,107); }

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