#D16C62

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

Shades of Roman #D16C62

Tints of Roman #D16C62

Color information

#D16C62 (or 0xD16C62) is unknown color: approx Roman. HEX triplet: D1, 6C and 62. RGB value is (209,108,98). Sum of RGB (Red+Green+Blue) = 209+108+98=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 98 (38.67% from 255 or 23.61% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D16C62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16C62 is #2E939D. Grayscale: #898989. Windows color (decimal): -3052446 or 6450385. OLE color: 6450385.

HSL color Cylindrical-coordinate representation of color #D16C62: hue angle of 5.41º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D16C62 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB20910898-
CMYK00.480.530.18
HSL5.41º54.68%60.2%-
HSV(B)5.41º53.11%81.96%-
XYZ33.8625.1614.63-
YUV137.06105.96179.31-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.36%
GREEN value IS 108 (42.58% from 255) = 26.02%
BLUE value IS 98 (38.67% from 255) = 23.61%
R=50.36%
G=26.02%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091089800.480.530.185.4154.6860.2
HexD16C6203035125373c
Octal321154142060652256774
Binary1101000111011001100010011000011010110010101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16C62; }

 p { color: rgb(209,108,98); }

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

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

 a { background-color: rgb(209,108,98); }

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

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

 span { border-color: rgb(209,108,98); }

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