Html Css Color HEX #D86365 Mandy

📋 copy color: '#D86365'

red 216 ◦ green 99 ◦ blue 101

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

Shades of Mandy #D86365

Tints of Mandy #D86365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.28%

R = 51.92%
G = 23.8%
B = 24.28%

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

#D86365 (or 0xD86365) is known color: Mandy. HEX triplet: D8, 63 and 65. RGB value is (216,99,101). Sum of RGB (Red+Green+Blue) = 216+99+101=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 101 (39.84% from 255 or 24.28% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D86365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86365 is #279C9A. Grayscale: #868686. Windows color (decimal): -2595995 or 6644696. OLE color: 6644696.

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

Color convert

RGB 216 99 101 -
CMYK 0 0.54 0.53 0.15
HSL 358.97º 0.6% 0.62% -
HSV(B) 358.97º 0.54% 0.85% -
XYZ 35.13 24.46 15.18 -
YUV 134.21 109.26 186.34 -
System Red Green Blue C M Y K H S L
Decimal 216 99 101 0 0.54 0.53 0.15 358.97 0.6 0.62
Hex D8 63 65 0 36 35 F 167 3C 3E
Octal 330 143 145 0 66 65 17 547 74 76
Binary 11011000 1100011 1100101 0 110110 110101 1111 101100111 111100 111110

Color Harmonies of #D86365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86365

Black with #D86365

Text Example


Text Example

White with #D86365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86365; }

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

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

background-color css

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

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

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

border-color css

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

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

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