#D4685D

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

Shades of Roman #D4685D

Tints of Roman #D4685D

Color information

#D4685D (or 0xD4685D) is unknown color: approx Roman. HEX triplet: D4, 68 and 5D. RGB value is (212,104,93). Sum of RGB (Red+Green+Blue) = 212+104+93=409 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.83% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 212 - color contains mainly: red. Hex color #D4685D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4685D is #2B97A2. Grayscale: #878787. Windows color (decimal): -2856867 or 6121684. OLE color: 6121684.

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

Color convert

RGB21210493-
CMYK00.510.560.17
HSL5.55º58.05%59.8%-
HSV(B)5.55º56.13%83.14%-
XYZ34.0824.6913.33-
YUV135.04104.28182.89-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 51.83%
GREEN value IS 104 (41.02% from 255) = 25.43%
BLUE value IS 93 (36.72% from 255) = 22.74%
R=51.83%
G=25.43%
B=22.74%

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
Decimal2121049300.510.560.175.5558.0559.8
HexD4685D033381163a3c
Octal324150135063702167274
Binary1101010011010001011101011001111100010001110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4685D; }

 p { color: rgb(212,104,93); }

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

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

 a { background-color: rgb(212,104,93); }

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

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

 span { border-color: rgb(212,104,93); }

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