Html Css Color HEX #D86276 Froly

📋 copy color: '#D86276'

red 216 ◦ green 98 ◦ blue 118

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

Shades of Froly #D86276

Tints of Froly #D86276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.31%

R = 50%
G = 22.69%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D86276 (or 0xD86276) is known color: Froly. HEX triplet: D8, 62 and 76. RGB value is (216,98,118). Sum of RGB (Red+Green+Blue) = 216+98+118=432 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 216 - color contains mainly: red. Hex color #D86276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86276 is #279D89. Grayscale: #878787. Windows color (decimal): -2596234 or 7758552. OLE color: 7758552.

HSL color Cylindrical-coordinate representation of color #D86276: hue angle of 349.83º 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 #D86276 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 98 118 -
CMYK 0 0.55 0.45 0.15
HSL 349.83º 0.6% 0.62% -
HSV(B) 349.83º 0.55% 0.85% -
XYZ 35.96 24.64 20 -
YUV 135.56 118.09 185.37 -
System Red Green Blue C M Y K H S L
Decimal 216 98 118 0 0.55 0.45 0.15 349.83 0.6 0.62
Hex D8 62 76 0 37 2D F 15E 3C 3E
Octal 330 142 166 0 67 55 17 536 74 76
Binary 11011000 1100010 1110110 0 110111 101101 1111 101011110 111100 111110

Color Harmonies of #D86276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86276

Black with #D86276

Text Example


Text Example

White with #D86276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86276; }

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

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

background-color css

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

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

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

border-color css

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

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

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