#D9615D

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

Shades of Roman #D9615D

Tints of Roman #D9615D

Color information

#D9615D (or 0xD9615D) is unknown color: approx Roman. HEX triplet: D9, 61 and 5D. RGB value is (217,97,93). Sum of RGB (Red+Green+Blue) = 217+97+93=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 97 (38.28% from 255 or 23.83% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D9615D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9615D is #269EA2. Grayscale: #848484. Windows color (decimal): -2530979 or 6119897. OLE color: 6119897.

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

Color convert

RGB2179793-
CMYK00.550.570.15
HSL1.94º62%60.78%-
HSV(B)1.94º57.14%85.1%-
XYZ34.8724.0913.17-
YUV132.42105.76188.33-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 53.32%
GREEN value IS 97 (38.28% from 255) = 23.83%
BLUE value IS 93 (36.72% from 255) = 22.85%
R=53.32%
G=23.83%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217979300.550.570.151.946260.78
HexD9615D03739F23e3d
Octal331141135067711727675
Binary11011001110000110111010110111111001111110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9615D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9615D; }

 p { color: rgb(217,97,93); }

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

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

 a { background-color: rgb(217,97,93); }

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

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

 span { border-color: rgb(217,97,93); }

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