Html Css Color HEX #D86463 Roman

📋 copy color: '#D86463'

red 216 ◦ green 100 ◦ blue 99

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

Shades of Roman #D86463

Tints of Roman #D86463

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.1%

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

R = 52.05%
G = 24.1%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D86463 (or 0xD86463) is known color: Roman. HEX triplet: D8, 64 and 63. RGB value is (216,100,99). Sum of RGB (Red+Green+Blue) = 216+100+99=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 100 (39.45% from 255 or 24.10% from 415); Blue value is 99 (39.06% from 255 or 23.86% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D86463 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86463 is #279B9C. Grayscale: #868686. Windows color (decimal): -2595741 or 6513880. OLE color: 6513880.

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

Color convert

RGB 216 100 99 -
CMYK 0 0.54 0.54 0.15
HSL 0.51º 0.6% 0.62% -
HSV(B) 0.51º 0.54% 0.85% -
XYZ 35.13 24.61 14.7 -
YUV 134.57 107.93 186.08 -
System Red Green Blue C M Y K H S L
Decimal 216 100 99 0 0.54 0.54 0.15 0.51 0.6 0.62
Hex D8 64 63 0 36 36 F 1 3C 3E
Octal 330 144 143 0 66 66 17 1 74 76
Binary 11011000 1100100 1100011 0 110110 110110 1111 1 111100 111110

Color Harmonies of #D86463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86463

Black with #D86463

Text Example


Text Example

White with #D86463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86463; }

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

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

background-color css

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

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

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

border-color css

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

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

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