Html Css Color HEX #D86863 Roman

📋 copy color: '#D86863'

red 216 ◦ green 104 ◦ blue 99

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

Shades of Roman #D86863

Tints of Roman #D86863

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.82%

 BLUE value IS 99 (39.06% from 255) = 23.63%

R = 51.55%
G = 24.82%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D86863 (or 0xD86863) is known color: Roman. HEX triplet: D8, 68 and 63. RGB value is (216,104,99). Sum of RGB (Red+Green+Blue) = 216+104+99=419 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.55% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 99 (39.06% from 255 or 23.63% from 419); Max value from RGB is 216 - color contains mainly: red. Hex color #D86863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86863 is #27979C. Grayscale: #898989. Windows color (decimal): -2594717 or 6514904. OLE color: 6514904.

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

Color convert

RGB 216 104 99 -
CMYK 0 0.52 0.54 0.15
HSL 2.56º 0.6% 0.62% -
HSV(B) 2.56º 0.54% 0.85% -
XYZ 35.52 25.4 14.83 -
YUV 136.92 106.61 184.41 -
System Red Green Blue C M Y K H S L
Decimal 216 104 99 0 0.52 0.54 0.15 2.56 0.6 0.62
Hex D8 68 63 0 34 36 F 3 3C 3E
Octal 330 150 143 0 64 66 17 3 74 76
Binary 11011000 1101000 1100011 0 110100 110110 1111 11 111100 111110

Color Harmonies of #D86863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86863

Black with #D86863

Text Example


Text Example

White with #D86863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86863; }

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

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

background-color css

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

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

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

border-color css

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

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

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