Html Css Color HEX #D86564 Roman

📋 copy color: '#D86564'

red 216 ◦ green 101 ◦ blue 100

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

Shades of Roman #D86564

Tints of Roman #D86564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.98%

R = 51.8%
G = 24.22%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D86564 (or 0xD86564) is known color: Roman. HEX triplet: D8, 65 and 64. RGB value is (216,101,100). Sum of RGB (Red+Green+Blue) = 216+101+100=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 101 (39.84% from 255 or 24.22% from 417); Blue value is 100 (39.45% from 255 or 23.98% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D86564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86564 is #279A9B. Grayscale: #878787. Windows color (decimal): -2595484 or 6579672. OLE color: 6579672.

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

Color convert

RGB 216 101 100 -
CMYK 0 0.53 0.54 0.15
HSL 0.52º 0.6% 0.62% -
HSV(B) 0.52º 0.54% 0.85% -
XYZ 35.27 24.83 14.99 -
YUV 135.27 108.1 185.58 -
System Red Green Blue C M Y K H S L
Decimal 216 101 100 0 0.53 0.54 0.15 0.52 0.6 0.62
Hex D8 65 64 0 35 36 F 1 3C 3E
Octal 330 145 144 0 65 66 17 1 74 76
Binary 11011000 1100101 1100100 0 110101 110110 1111 1 111100 111110

Color Harmonies of #D86564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86564

Black with #D86564

Text Example


Text Example

White with #D86564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86564; }

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

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

background-color css

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

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

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

border-color css

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

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

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