#D86052

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

Shades of Roman #D86052

Tints of Roman #D86052

Color information

#D86052 (or 0xD86052) is unknown color: approx Roman. HEX triplet: D8, 60 and 52. RGB value is (216,96,82). Sum of RGB (Red+Green+Blue) = 216+96+82=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 82 (32.42% from 255 or 20.81% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D86052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86052 is #279FAD. Grayscale: #828282. Windows color (decimal): -2596782 or 5398744. OLE color: 5398744.

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

Color convert

RGB2169682-
CMYK00.560.620.15
HSL6.27º63.21%58.43%-
HSV(B)6.27º62.04%84.71%-
XYZ34.0223.5710.74-
YUV130.28100.76189.14-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 54.82%
GREEN value IS 96 (37.89% from 255) = 24.37%
BLUE value IS 82 (32.42% from 255) = 20.81%
R=54.82%
G=24.37%
B=20.81%

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
Decimal216968200.560.620.156.2763.2158.43
HexD860520383EF63f3a
Octal330140122070761767772
Binary110110001100000101001001110001111101111110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86052; }

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

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

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

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

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

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

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

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