Html Css Color HEX #D0686E Froly

📋 copy color: '#D0686E'

red 208 ◦ green 104 ◦ blue 110

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

Shades of Froly #D0686E

Tints of Froly #D0686E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.07%

R = 49.29%
G = 24.64%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0686E (or 0xD0686E) is known color: Froly. HEX triplet: D0, 68 and 6E. RGB value is (208,104,110). Sum of RGB (Red+Green+Blue) = 208+104+110=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 110 (43.36% from 255 or 26.07% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D0686E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0686E is #2F9791. Grayscale: #878787. Windows color (decimal): -3118994 or 7235792. OLE color: 7235792.

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

Color convert

RGB 208 104 110 -
CMYK 0 0.5 0.47 0.18
HSL 356.54º 0.53% 0.61% -
HSV(B) 356.54º 0.5% 0.82% -
XYZ 33.78 24.44 17.69 -
YUV 135.78 113.46 179.51 -
System Red Green Blue C M Y K H S L
Decimal 208 104 110 0 0.5 0.47 0.18 356.54 0.53 0.61
Hex D0 68 6E 0 32 2F 12 165 35 3D
Octal 320 150 156 0 62 57 22 545 65 75
Binary 11010000 1101000 1101110 0 110010 101111 10010 101100101 110101 111101

Color Harmonies of #D0686E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0686E

Black with #D0686E

Text Example


Text Example

White with #D0686E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0686E; }

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

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

background-color css

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

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

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

border-color css

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

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

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