Html Css Color HEX #D86358 Roman

📋 copy color: '#D86358'

red 216 ◦ green 99 ◦ blue 88

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

Shades of Roman #D86358

Tints of Roman #D86358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.84%

R = 53.6%
G = 24.57%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D86358 (or 0xD86358) is known color: Roman. HEX triplet: D8, 63 and 58. RGB value is (216,99,88). Sum of RGB (Red+Green+Blue) = 216+99+88=403 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.60% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 88 (34.77% from 255 or 21.84% from 403); Max value from RGB is 216 - color contains mainly: red. Hex color #D86358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86358 is #279CA7. Grayscale: #848484. Windows color (decimal): -2596008 or 5792728. OLE color: 5792728.

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

Color convert

RGB 216 99 88 -
CMYK 0 0.54 0.59 0.15
HSL 5.16º 0.62% 0.6% -
HSV(B) 5.16º 0.59% 0.85% -
XYZ 34.54 24.23 12.09 -
YUV 132.73 102.76 187.39 -
System Red Green Blue C M Y K H S L
Decimal 216 99 88 0 0.54 0.59 0.15 5.16 0.62 0.6
Hex D8 63 58 0 36 3B F 5 3E 3C
Octal 330 143 130 0 66 73 17 5 76 74
Binary 11011000 1100011 1011000 0 110110 111011 1111 101 111110 111100

Color Harmonies of #D86358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86358

Black with #D86358

Text Example


Text Example

White with #D86358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86358; }

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

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

background-color css

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

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

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

border-color css

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

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

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