Html Css Color HEX #D0686B Froly

📋 copy color: '#D0686B'

red 208 ◦ green 104 ◦ blue 107

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

Shades of Froly #D0686B

Tints of Froly #D0686B

RGB

 RED value IS 208 (81.64% from 255) = 49.64%

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

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

R = 49.64%
G = 24.82%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D0686B (or 0xD0686B) is known color: Froly. HEX triplet: D0, 68 and 6B. RGB value is (208,104,107). Sum of RGB (Red+Green+Blue) = 208+104+107=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 107 (42.19% from 255 or 25.54% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D0686B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0686B is #2F9794. Grayscale: #878787. Windows color (decimal): -3118997 or 7039184. OLE color: 7039184.

HSL color Cylindrical-coordinate representation of color #D0686B: hue angle of 358.27º 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 #D0686B is Cyan = 0, Magento = 0.5, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 104 107 -
CMYK 0 0.5 0.49 0.18
HSL 358.27º 0.53% 0.61% -
HSV(B) 358.27º 0.5% 0.82% -
XYZ 33.62 24.37 16.84 -
YUV 135.44 111.96 179.76 -
System Red Green Blue C M Y K H S L
Decimal 208 104 107 0 0.5 0.49 0.18 358.27 0.53 0.61
Hex D0 68 6B 0 32 31 12 166 35 3D
Octal 320 150 153 0 62 61 22 546 65 75
Binary 11010000 1101000 1101011 0 110010 110001 10010 101100110 110101 111101

Color Harmonies of #D0686B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0686B

Black with #D0686B

Text Example


Text Example

White with #D0686B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0686B; }

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

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

background-color css

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

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

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

border-color css

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

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

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