Html Css Color HEX #D86C5E Roman

📋 copy color: '#D86C5E'

red 216 ◦ green 108 ◦ blue 94

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

Shades of Roman #D86C5E

Tints of Roman #D86C5E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.84%

 BLUE value IS 94 (37.11% from 255) = 22.49%

R = 51.67%
G = 25.84%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D86C5E (or 0xD86C5E) is known color: Roman. HEX triplet: D8, 6C and 5E. RGB value is (216,108,94). Sum of RGB (Red+Green+Blue) = 216+108+94=418 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.67% from 418); Green value is 108 (42.58% from 255 or 25.84% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86C5E is #2793A1. Grayscale: #8A8A8A. Windows color (decimal): -2593698 or 6188248. OLE color: 6188248.

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

Color convert

RGB 216 108 94 -
CMYK 0 0.50 0.56 0.15
HSL 6.89º 0.61% 0.61% -
HSV(B) 6.89º 0.56% 0.85% -
XYZ 35.7 26.13 13.75 -
YUV 138.7 102.78 183.14 -
System Red Green Blue C M Y K H S L
Decimal 216 108 94 0 0.50 0.56 0.15 6.89 0.61 0.61
Hex D8 6C 5E 0 32 38 F 7 3D 3D
Octal 330 154 136 0 62 70 17 7 75 75
Binary 11011000 1101100 1011110 0 110010 111000 1111 111 111101 111101

Color Harmonies of #D86C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86C5E

Black with #D86C5E

Text Example


Text Example

White with #D86C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86C5E; }

 p { color: rgb(216,108,94); }

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

background-color css

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

 a { background-color: rgb(216,108,94); }

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

border-color css

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

 span { border-color: rgb(216,108,94); }

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