#D3665D

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

Shades of Roman #D3665D

Tints of Roman #D3665D

Color information

#D3665D (or 0xD3665D) is unknown color: approx Roman. HEX triplet: D3, 66 and 5D. RGB value is (211,102,93). Sum of RGB (Red+Green+Blue) = 211+102+93=406 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.97% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 211 - color contains mainly: red. Hex color #D3665D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3665D is #2C99A2. Grayscale: #858585. Windows color (decimal): -2922915 or 6121171. OLE color: 6121171.

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

Color convert

RGB21110293-
CMYK00.520.560.17
HSL4.58º57.28%59.61%-
HSV(B)4.58º55.92%82.75%-
XYZ33.5924.1413.25-
YUV133.56105.11183.23-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 51.97%
GREEN value IS 102 (40.23% from 255) = 25.12%
BLUE value IS 93 (36.72% from 255) = 22.91%
R=51.97%
G=25.12%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111029300.520.560.174.5857.2859.61
HexD3665D03438115393c
Octal323146135064702157174
Binary1101001111001101011101011010011100010001101111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3665D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3665D; }

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

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

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

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

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

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

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

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