Html Css Color HEX #D0686D Froly

📋 copy color: '#D0686D'

red 208 ◦ green 104 ◦ blue 109

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

Shades of Froly #D0686D

Tints of Froly #D0686D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.89%

R = 49.41%
G = 24.7%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0686D (or 0xD0686D) is known color: Froly. HEX triplet: D0, 68 and 6D. RGB value is (208,104,109). Sum of RGB (Red+Green+Blue) = 208+104+109=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D0686D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0686D is #2F9792. Grayscale: #878787. Windows color (decimal): -3118995 or 7170256. OLE color: 7170256.

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

Color convert

RGB 208 104 109 -
CMYK 0 0.5 0.48 0.18
HSL 357.12º 0.53% 0.61% -
HSV(B) 357.12º 0.5% 0.82% -
XYZ 33.72 24.41 17.4 -
YUV 135.67 112.96 179.59 -
System Red Green Blue C M Y K H S L
Decimal 208 104 109 0 0.5 0.48 0.18 357.12 0.53 0.61
Hex D0 68 6D 0 32 30 12 165 35 3D
Octal 320 150 155 0 62 60 22 545 65 75
Binary 11010000 1101000 1101101 0 110010 110000 10010 101100101 110101 111101

Color Harmonies of #D0686D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0686D

Black with #D0686D

Text Example


Text Example

White with #D0686D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0686D; }

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

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

background-color css

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

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

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

border-color css

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

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

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