Html Css Color HEX #D86369 Froly

📋 copy color: '#D86369'

red 216 ◦ green 99 ◦ blue 105

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

Shades of Froly #D86369

Tints of Froly #D86369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25%

R = 51.43%
G = 23.57%
B = 25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D86369 (or 0xD86369) is known color: Froly. HEX triplet: D8, 63 and 69. RGB value is (216,99,105). Sum of RGB (Red+Green+Blue) = 216+99+105=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 99 (39.06% from 255 or 23.57% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D86369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86369 is #279C96. Grayscale: #868686. Windows color (decimal): -2595991 or 6906840. OLE color: 6906840.

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

Color convert

RGB 216 99 105 -
CMYK 0 0.54 0.51 0.15
HSL 356.92º 0.6% 0.62% -
HSV(B) 356.92º 0.54% 0.85% -
XYZ 35.33 24.54 16.24 -
YUV 134.67 111.26 186.01 -
System Red Green Blue C M Y K H S L
Decimal 216 99 105 0 0.54 0.51 0.15 356.92 0.6 0.62
Hex D8 63 69 0 36 33 F 165 3C 3E
Octal 330 143 151 0 66 63 17 545 74 76
Binary 11011000 1100011 1101001 0 110110 110011 1111 101100101 111100 111110

Color Harmonies of #D86369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86369

Black with #D86369

Text Example


Text Example

White with #D86369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86369; }

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

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

background-color css

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

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

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

border-color css

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

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

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