Html Css Color HEX #D86560 Roman

📋 copy color: '#D86560'

red 216 ◦ green 101 ◦ blue 96

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

Shades of Roman #D86560

Tints of Roman #D86560

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.46%

 BLUE value IS 96 (37.89% from 255) = 23.24%

R = 52.3%
G = 24.46%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D86560 (or 0xD86560) is known color: Roman. HEX triplet: D8, 65 and 60. RGB value is (216,101,96). Sum of RGB (Red+Green+Blue) = 216+101+96=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 96 (37.89% from 255 or 23.24% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D86560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86560 is #279A9F. Grayscale: #868686. Windows color (decimal): -2595488 or 6317528. OLE color: 6317528.

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

Color convert

RGB 216 101 96 -
CMYK 0 0.53 0.56 0.15
HSL 2.5º 0.61% 0.61% -
HSV(B) 2.5º 0.56% 0.85% -
XYZ 35.08 24.75 13.99 -
YUV 134.82 106.1 185.91 -
System Red Green Blue C M Y K H S L
Decimal 216 101 96 0 0.53 0.56 0.15 2.5 0.61 0.61
Hex D8 65 60 0 35 38 F 2 3D 3D
Octal 330 145 140 0 65 70 17 2 75 75
Binary 11011000 1100101 1100000 0 110101 111000 1111 10 111101 111101

Color Harmonies of #D86560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86560

Black with #D86560

Text Example


Text Example

White with #D86560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86560; }

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

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

background-color css

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

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

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

border-color css

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

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

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