#D3675D

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

Shades of Roman #D3675D

Tints of Roman #D3675D

Color information

#D3675D (or 0xD3675D) is unknown color: approx Roman. HEX triplet: D3, 67 and 5D. RGB value is (211,103,93). Sum of RGB (Red+Green+Blue) = 211+103+93=407 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.84% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 211 - color contains mainly: red. Hex color #D3675D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3675D is #2C98A2. Grayscale: #868686. Windows color (decimal): -2922659 or 6121427. OLE color: 6121427.

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

Color convert

RGB21110393-
CMYK00.510.560.17
HSL5.08º57.28%59.61%-
HSV(B)5.08º55.92%82.75%-
XYZ33.6924.3413.28-
YUV134.15104.78182.81-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 51.84%
GREEN value IS 103 (40.62% from 255) = 25.31%
BLUE value IS 93 (36.72% from 255) = 22.85%
R=51.84%
G=25.31%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111039300.510.560.175.0857.2859.61
HexD3675D03338115393c
Octal323147135063702157174
Binary1101001111001111011101011001111100010001101111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3675D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3675D; }

 p { color: rgb(211,103,93); }

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

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

 a { background-color: rgb(211,103,93); }

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

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

 span { border-color: rgb(211,103,93); }

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