Html Css Color HEX #D86356 Roman

📋 copy color: '#D86356'

red 216 ◦ green 99 ◦ blue 86

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

Shades of Roman #D86356

Tints of Roman #D86356

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.69%

 BLUE value IS 86 (33.98% from 255) = 21.45%

R = 53.87%
G = 24.69%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D86356 (or 0xD86356) is known color: Roman. HEX triplet: D8, 63 and 56. RGB value is (216,99,86). Sum of RGB (Red+Green+Blue) = 216+99+86=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 86 (33.98% from 255 or 21.45% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D86356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86356 is #279CA9. Grayscale: #848484. Windows color (decimal): -2596010 or 5661656. OLE color: 5661656.

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

Color convert

RGB 216 99 86 -
CMYK 0 0.54 0.60 0.15
HSL 0.63% 0.59% -
HSV(B) 0.6% 0.85% -
XYZ 34.46 24.19 11.66 -
YUV 132.5 101.76 187.56 -
System Red Green Blue C M Y K H S L
Decimal 216 99 86 0 0.54 0.60 0.15 6 0.63 0.59
Hex D8 63 56 0 36 3C F 6 3E 3B
Octal 330 143 126 0 66 74 17 6 76 73
Binary 11011000 1100011 1010110 0 110110 111100 1111 110 111110 111011

Color Harmonies of #D86356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86356

Black with #D86356

Text Example


Text Example

White with #D86356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86356; }

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

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

background-color css

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

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

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

border-color css

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

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

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