Html Css Color HEX #D5686D Froly

📋 copy color: '#D5686D'

red 213 ◦ green 104 ◦ blue 109

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

Shades of Froly #D5686D

Tints of Froly #D5686D

RGB

 RED value IS 213 (83.59% from 255) = 50%

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

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

R = 50%
G = 24.41%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5686D (or 0xD5686D) is known color: Froly. HEX triplet: D5, 68 and 6D. RGB value is (213,104,109). Sum of RGB (Red+Green+Blue) = 213+104+109=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D5686D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5686D is #2A9792. Grayscale: #898989. Windows color (decimal): -2791315 or 7170261. OLE color: 7170261.

HSL color Cylindrical-coordinate representation of color #D5686D: hue angle of 357.25º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D5686D is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 104 109 -
CMYK 0 0.51 0.49 0.16
HSL 357.25º 0.56% 0.62% -
HSV(B) 357.25º 0.51% 0.84% -
XYZ 35.15 25.15 17.47 -
YUV 137.16 112.11 182.09 -
System Red Green Blue C M Y K H S L
Decimal 213 104 109 0 0.51 0.49 0.16 357.25 0.56 0.62
Hex D5 68 6D 0 33 31 10 165 38 3E
Octal 325 150 155 0 63 61 20 545 70 76
Binary 11010101 1101000 1101101 0 110011 110001 10000 101100101 111000 111110

Color Harmonies of #D5686D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5686D

Black with #D5686D

Text Example


Text Example

White with #D5686D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5686D; }

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

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

background-color css

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

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

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

border-color css

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

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

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