#D16B62

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

Shades of Roman #D16B62

Tints of Roman #D16B62

Color information

#D16B62 (or 0xD16B62) is unknown color: approx Roman. HEX triplet: D1, 6B and 62. RGB value is (209,107,98). Sum of RGB (Red+Green+Blue) = 209+107+98=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 98 (38.67% from 255 or 23.67% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D16B62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16B62 is #2E949D. Grayscale: #888888. Windows color (decimal): -3052702 or 6450129. OLE color: 6450129.

HSL color Cylindrical-coordinate representation of color #D16B62: hue angle of 4.86º 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 #D16B62 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB20910798-
CMYK00.490.530.18
HSL4.86º54.68%60.2%-
HSV(B)4.86º53.11%81.96%-
XYZ33.7624.9514.59-
YUV136.47106.29179.73-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.48%
GREEN value IS 107 (42.19% from 255) = 25.85%
BLUE value IS 98 (38.67% from 255) = 23.67%
R=50.48%
G=25.85%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091079800.490.530.184.8654.6860.2
HexD16B6203135125373c
Octal321153142061652256774
Binary1101000111010111100010011000111010110010101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16B62; }

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

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

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

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

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

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

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

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