Html Css Color HEX #D86268 Froly

📋 copy color: '#D86268'

red 216 ◦ green 98 ◦ blue 104

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

Shades of Froly #D86268

Tints of Froly #D86268

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.44%

 BLUE value IS 104 (41.02% from 255) = 24.88%

R = 51.67%
G = 23.44%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D86268 (or 0xD86268) is known color: Froly. HEX triplet: D8, 62 and 68. RGB value is (216,98,104). Sum of RGB (Red+Green+Blue) = 216+98+104=418 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.67% from 418); Green value is 98 (38.67% from 255 or 23.44% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 216 - color contains mainly: red. Hex color #D86268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86268 is #279D97. Grayscale: #868686. Windows color (decimal): -2596248 or 6841048. OLE color: 6841048.

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

Color convert

RGB 216 98 104 -
CMYK 0 0.55 0.52 0.15
HSL 356.95º 0.6% 0.62% -
HSV(B) 356.95º 0.55% 0.85% -
XYZ 35.19 24.33 15.94 -
YUV 133.97 111.09 186.51 -
System Red Green Blue C M Y K H S L
Decimal 216 98 104 0 0.55 0.52 0.15 356.95 0.6 0.62
Hex D8 62 68 0 37 34 F 165 3C 3E
Octal 330 142 150 0 67 64 17 545 74 76
Binary 11011000 1100010 1101000 0 110111 110100 1111 101100101 111100 111110

Color Harmonies of #D86268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86268

Black with #D86268

Text Example


Text Example

White with #D86268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86268; }

 p { color: rgb(216,98,104); }

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

background-color css

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

 a { background-color: rgb(216,98,104); }

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

border-color css

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

 span { border-color: rgb(216,98,104); }

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