#D3685E

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

Shades of Roman #D3685E

Tints of Roman #D3685E

Color information

#D3685E (or 0xD3685E) is unknown color: approx Roman. HEX triplet: D3, 68 and 5E. RGB value is (211,104,94). Sum of RGB (Red+Green+Blue) = 211+104+94=409 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.59% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 94 (37.11% from 255 or 22.98% from 409); Max value from RGB is 211 - color contains mainly: red. Hex color #D3685E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3685E is #2C97A1. Grayscale: #878787. Windows color (decimal): -2922402 or 6187219. OLE color: 6187219.

HSL color Cylindrical-coordinate representation of color #D3685E: hue angle of 5.13º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D3685E is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB21110494-
CMYK00.510.550.17
HSL5.13º57.07%59.8%-
HSV(B)5.13º55.45%82.75%-
XYZ33.8324.5613.55-
YUV134.85104.95182.31-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 51.59%
GREEN value IS 104 (41.02% from 255) = 25.43%
BLUE value IS 94 (37.11% from 255) = 22.98%
R=51.59%
G=25.43%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111049400.510.550.175.1357.0759.8
HexD3685E03337115393c
Octal323150136063672157174
Binary1101001111010001011110011001111011110001101111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3685E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3685E; }

 p { color: rgb(211,104,94); }

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

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

 a { background-color: rgb(211,104,94); }

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

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

 span { border-color: rgb(211,104,94); }

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