#D3685F

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

Shades of Roman #D3685F

Tints of Roman #D3685F

Color information

#D3685F (or 0xD3685F) is unknown color: approx Roman. HEX triplet: D3, 68 and 5F. RGB value is (211,104,95). Sum of RGB (Red+Green+Blue) = 211+104+95=410 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.46% from 410); Green value is 104 (41.02% from 255 or 25.37% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 211 - color contains mainly: red. Hex color #D3685F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3685F is #2C97A0. Grayscale: #878787. Windows color (decimal): -2922401 or 6252755. OLE color: 6252755.

HSL color Cylindrical-coordinate representation of color #D3685F: hue angle of 4.66º 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 #D3685F is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB21110495-
CMYK00.510.550.17
HSL4.66º56.86%60%-
HSV(B)4.66º54.98%82.75%-
XYZ33.8824.5813.78-
YUV134.97105.45182.23-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 51.46%
GREEN value IS 104 (41.02% from 255) = 25.37%
BLUE value IS 95 (37.5% from 255) = 23.17%
R=51.46%
G=25.37%
B=23.17%

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
Decimal2111049500.510.550.174.6656.8660
HexD3685F03337115393c
Octal323150137063672157174
Binary1101001111010001011111011001111011110001101111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3685F; }

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

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

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

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

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

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

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

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