#D16A5E

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

Shades of Roman #D16A5E

Tints of Roman #D16A5E

Color information

#D16A5E (or 0xD16A5E) is unknown color: approx Roman. HEX triplet: D1, 6A and 5E. RGB value is (209,106,94). Sum of RGB (Red+Green+Blue) = 209+106+94=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 94 (37.11% from 255 or 22.98% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16A5E is #2E95A1. Grayscale: #878787. Windows color (decimal): -3052962 or 6187729. OLE color: 6187729.

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

Color convert

RGB20910694-
CMYK00.490.550.18
HSL6.26º55.56%59.41%-
HSV(B)6.26º55.02%81.96%-
XYZ33.4724.6713.59-
YUV135.43104.62180.48-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.10%
GREEN value IS 106 (41.80% from 255) = 25.92%
BLUE value IS 94 (37.11% from 255) = 22.98%
R=51.10%
G=25.92%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091069400.490.550.186.2655.5659.41
HexD16A5E03137126383b
Octal321152136061672267073
Binary1101000111010101011110011000111011110010110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16A5E; }

 p { color: rgb(209,106,94); }

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

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

 a { background-color: rgb(209,106,94); }

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

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

 span { border-color: rgb(209,106,94); }

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