#D86053

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

Shades of Roman #D86053

Tints of Roman #D86053

Color information

#D86053 (or 0xD86053) is unknown color: approx Roman. HEX triplet: D8, 60 and 53. RGB value is (216,96,83). Sum of RGB (Red+Green+Blue) = 216+96+83=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 83 (32.81% from 255 or 21.01% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D86053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86053 is #279FAC. Grayscale: #828282. Windows color (decimal): -2596781 or 5464280. OLE color: 5464280.

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

Color convert

RGB2169683-
CMYK00.560.620.15
HSL5.86º63.03%58.63%-
HSV(B)5.86º61.57%84.71%-
XYZ34.0623.5910.94-
YUV130.4101.26189.06-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 54.68%
GREEN value IS 96 (37.89% from 255) = 24.30%
BLUE value IS 83 (32.81% from 255) = 21.01%
R=54.68%
G=24.30%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216968300.560.620.155.8663.0358.63
HexD860530383EF63f3b
Octal330140123070761767773
Binary110110001100000101001101110001111101111110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86053; }

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

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

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

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

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

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

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

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