#D8605B

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

Shades of Roman #D8605B

Tints of Roman #D8605B

Color information

#D8605B (or 0xD8605B) is unknown color: approx Roman. HEX triplet: D8, 60 and 5B. RGB value is (216,96,91). Sum of RGB (Red+Green+Blue) = 216+96+91=403 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.60% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 216 - color contains mainly: red. Hex color #D8605B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8605B is #279FA4. Grayscale: #838383. Windows color (decimal): -2596773 or 5988568. OLE color: 5988568.

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

Color convert

RGB2169691-
CMYK00.560.580.15
HSL2.4º61.58%60.2%-
HSV(B)2.4º57.87%84.71%-
XYZ34.3923.7212.66-
YUV131.31105.26188.41-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 53.60%
GREEN value IS 96 (37.89% from 255) = 23.82%
BLUE value IS 91 (35.94% from 255) = 22.58%
R=53.60%
G=23.82%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216969100.560.580.152.461.5860.2
HexD8605B0383AF23e3c
Octal330140133070721727674
Binary11011000110000010110110111000111010111110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8605B; }

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

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

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

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

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

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

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

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