Html Css Color HEX #D86157 Roman

📋 copy color: '#D86157'

red 216 ◦ green 97 ◦ blue 87

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

Shades of Roman #D86157

Tints of Roman #D86157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 21.75%

R = 54%
G = 24.25%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D86157 (or 0xD86157) is known color: Roman. HEX triplet: D8, 61 and 57. RGB value is (216,97,87). Sum of RGB (Red+Green+Blue) = 216+97+87=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 87 (34.38% from 255 or 21.75% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D86157 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86157 is #279EA8. Grayscale: #838383. Windows color (decimal): -2596521 or 5726680. OLE color: 5726680.

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

Color convert

RGB 216 97 87 -
CMYK 0 0.55 0.60 0.15
HSL 4.65º 0.62% 0.59% -
HSV(B) 4.65º 0.6% 0.85% -
XYZ 34.31 23.84 11.81 -
YUV 131.44 102.92 188.31 -
System Red Green Blue C M Y K H S L
Decimal 216 97 87 0 0.55 0.60 0.15 4.65 0.62 0.59
Hex D8 61 57 0 37 3C F 5 3E 3B
Octal 330 141 127 0 67 74 17 5 76 73
Binary 11011000 1100001 1010111 0 110111 111100 1111 101 111110 111011

Color Harmonies of #D86157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86157

Black with #D86157

Text Example


Text Example

White with #D86157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86157; }

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

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

background-color css

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

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

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

border-color css

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

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

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