#D8605E

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

Shades of Roman #D8605E

Tints of Roman #D8605E

Color information

#D8605E (or 0xD8605E) is unknown color: approx Roman. HEX triplet: D8, 60 and 5E. RGB value is (216,96,94). Sum of RGB (Red+Green+Blue) = 216+96+94=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D8605E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8605E is #279FA1. Grayscale: #838383. Windows color (decimal): -2596770 or 6185176. OLE color: 6185176.

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

Color convert

RGB2169694-
CMYK00.560.560.15
HSL0.98º61%60.78%-
HSV(B)0.98º56.48%84.71%-
XYZ34.5223.7713.36-
YUV131.65106.76188.16-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 53.20%
GREEN value IS 96 (37.89% from 255) = 23.65%
BLUE value IS 94 (37.11% from 255) = 23.15%
R=53.20%
G=23.65%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216969400.560.560.150.986160.78
HexD8605E03838F13d3d
Octal330140136070701717575
Binary1101100011000001011110011100011100011111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8605E; }

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

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

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

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

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

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

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

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