#D86055

Color #D86055 Roman (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roman #D86055

Tints of Roman #D86055

Color information

#D86055 (or 0xD86055) is unknown color: approx Roman. HEX triplet: D8, 60 and 55. RGB value is (216,96,85). Sum of RGB (Red+Green+Blue) = 216+96+85=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D86055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86055 is #279FAA. Grayscale: #828282. Windows color (decimal): -2596779 or 5595352. OLE color: 5595352.

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

Color convert

RGB2169685-
CMYK00.560.610.15
HSL5.04º62.68%59.02%-
HSV(B)5.04º60.65%84.71%-
XYZ34.1423.6211.35-
YUV130.63102.26188.89-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 54.41%
GREEN value IS 96 (37.89% from 255) = 24.18%
BLUE value IS 85 (33.59% from 255) = 21.41%
R=54.41%
G=24.18%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216968500.560.610.155.0462.6859.02
HexD860550383DF53f3b
Octal330140125070751757773
Binary110110001100000101010101110001111011111101111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86055; }

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

 H1.HeaderClassName
 {
   color: #D86055;
 }
 .AnyTagClassName
 {
   color: #D86055;
 }
</style>
background-color css

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

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

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

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

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

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