#D16556

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

Shades of Roman #D16556

Tints of Roman #D16556

Color information

#D16556 (or 0xD16556) is unknown color: approx Roman. HEX triplet: D1, 65 and 56. RGB value is (209,101,86). Sum of RGB (Red+Green+Blue) = 209+101+86=396 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.78% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 86 (33.98% from 255 or 21.72% from 396); Max value from RGB is 209 - color contains mainly: red. Hex color #D16556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16556 is #2E9AA9. Grayscale: #838383. Windows color (decimal): -3054250 or 5662161. OLE color: 5662161.

HSL color Cylindrical-coordinate representation of color #D16556: hue angle of 7.32º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D16556 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB20910186-
CMYK00.520.590.18
HSL7.32º57.21%57.84%-
HSV(B)7.32º58.85%81.96%-
XYZ32.6323.5311.63-
YUV131.58102.28183.22-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.78%
GREEN value IS 101 (39.84% from 255) = 25.51%
BLUE value IS 86 (33.98% from 255) = 21.72%
R=52.78%
G=25.51%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091018600.520.590.187.3257.2157.84
HexD165560343B127393a
Octal321145126064732277172
Binary1101000111001011010110011010011101110010111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16556; }

 p { color: rgb(209,101,86); }

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

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

 a { background-color: rgb(209,101,86); }

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

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

 span { border-color: rgb(209,101,86); }

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