Html Css Color HEX #D3686E Froly

📋 copy color: '#D3686E'

red 211 ◦ green 104 ◦ blue 110

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

Shades of Froly #D3686E

Tints of Froly #D3686E

RGB

 RED value IS 211 (82.81% from 255) = 49.65%

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

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

R = 49.65%
G = 24.47%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D3686E (or 0xD3686E) is known color: Froly. HEX triplet: D3, 68 and 6E. RGB value is (211,104,110). Sum of RGB (Red+Green+Blue) = 211+104+110=425 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.65% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 110 (43.36% from 255 or 25.88% from 425); Max value from RGB is 211 - color contains mainly: red. Hex color #D3686E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3686E is #2C9791. Grayscale: #888888. Windows color (decimal): -2922386 or 7235795. OLE color: 7235795.

HSL color Cylindrical-coordinate representation of color #D3686E: hue angle of 356.64º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D3686E is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 104 110 -
CMYK 0 0.51 0.48 0.17
HSL 356.64º 0.55% 0.62% -
HSV(B) 356.64º 0.51% 0.83% -
XYZ 34.63 24.88 17.73 -
YUV 136.68 112.95 181.01 -
System Red Green Blue C M Y K H S L
Decimal 211 104 110 0 0.51 0.48 0.17 356.64 0.55 0.62
Hex D3 68 6E 0 33 30 11 165 37 3E
Octal 323 150 156 0 63 60 21 545 67 76
Binary 11010011 1101000 1101110 0 110011 110000 10001 101100101 110111 111110

Color Harmonies of #D3686E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3686E

Black with #D3686E

Text Example


Text Example

White with #D3686E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3686E; }

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

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

background-color css

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

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

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

border-color css

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

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

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