#D9605C

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

Shades of Roman #D9605C

Tints of Roman #D9605C

Color information

#D9605C (or 0xD9605C) is unknown color: approx Roman. HEX triplet: D9, 60 and 5C. RGB value is (217,96,92). Sum of RGB (Red+Green+Blue) = 217+96+92=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D9605C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9605C is #269FA3. Grayscale: #838383. Windows color (decimal): -2531236 or 6054105. OLE color: 6054105.

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

Color convert

RGB2179692-
CMYK00.560.580.15
HSL1.92º62.19%60.59%-
HSV(B)1.92º57.6%85.1%-
XYZ34.7323.8912.91-
YUV131.72105.59188.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 53.58%
GREEN value IS 96 (37.89% from 255) = 23.70%
BLUE value IS 92 (36.33% from 255) = 22.72%
R=53.58%
G=23.70%
B=22.72%

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
Decimal217969200.560.580.151.9262.1960.59
HexD9605C0383AF23e3d
Octal331140134070721727675
Binary11011001110000010111000111000111010111110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9605C; }

 p { color: rgb(217,96,92); }

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

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

 a { background-color: rgb(217,96,92); }

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

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

 span { border-color: rgb(217,96,92); }

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