Html Css Color HEX #D86366 Froly

📋 copy color: '#D86366'

red 216 ◦ green 99 ◦ blue 102

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

Shades of Froly #D86366

Tints of Froly #D86366

RGB

 RED value IS 216 (84.77% from 255) = 51.8%

 GREEN value IS 99 (39.06% from 255) = 23.74%

 BLUE value IS 102 (40.23% from 255) = 24.46%

R = 51.8%
G = 23.74%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D86366 (or 0xD86366) is known color: Froly. HEX triplet: D8, 63 and 66. RGB value is (216,99,102). Sum of RGB (Red+Green+Blue) = 216+99+102=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D86366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86366 is #279C99. Grayscale: #868686. Windows color (decimal): -2595994 or 6710232. OLE color: 6710232.

HSL color Cylindrical-coordinate representation of color #D86366: hue angle of 358.46º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D86366 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 99 102 -
CMYK 0 0.54 0.53 0.15
HSL 358.46º 0.6% 0.62% -
HSV(B) 358.46º 0.54% 0.85% -
XYZ 35.18 24.48 15.44 -
YUV 134.33 109.76 186.26 -
System Red Green Blue C M Y K H S L
Decimal 216 99 102 0 0.54 0.53 0.15 358.46 0.6 0.62
Hex D8 63 66 0 36 35 F 166 3C 3E
Octal 330 143 146 0 66 65 17 546 74 76
Binary 11011000 1100011 1100110 0 110110 110101 1111 101100110 111100 111110

Color Harmonies of #D86366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86366

Black with #D86366

Text Example


Text Example

White with #D86366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86366; }

 p { color: rgb(216,99,102); }

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

background-color css

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

 a { background-color: rgb(216,99,102); }

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

border-color css

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

 span { border-color: rgb(216,99,102); }

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