Html Css Color HEX #D86155 Roman

📋 copy color: '#D86155'

red 216 ◦ green 97 ◦ blue 85

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

Shades of Roman #D86155

Tints of Roman #D86155

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.37%

 BLUE value IS 85 (33.59% from 255) = 21.36%

R = 54.27%
G = 24.37%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D86155 (or 0xD86155) is known color: Roman. HEX triplet: D8, 61 and 55. RGB value is (216,97,85). Sum of RGB (Red+Green+Blue) = 216+97+85=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D86155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86155 is #279EAA. Grayscale: #838383. Windows color (decimal): -2596523 or 5595608. OLE color: 5595608.

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

Color convert

RGB 216 97 85 -
CMYK 0 0.55 0.61 0.15
HSL 5.5º 0.63% 0.59% -
HSV(B) 5.5º 0.61% 0.85% -
XYZ 34.23 23.8 11.38 -
YUV 131.21 101.92 188.48 -
System Red Green Blue C M Y K H S L
Decimal 216 97 85 0 0.55 0.61 0.15 5.5 0.63 0.59
Hex D8 61 55 0 37 3D F 5 3F 3B
Octal 330 141 125 0 67 75 17 5 77 73
Binary 11011000 1100001 1010101 0 110111 111101 1111 101 111111 111011

Color Harmonies of #D86155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86155

Black with #D86155

Text Example


Text Example

White with #D86155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86155; }

 p { color: rgb(216,97,85); }

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

background-color css

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

 a { background-color: rgb(216,97,85); }

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

border-color css

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

 span { border-color: rgb(216,97,85); }

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