#D5685F

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

Shades of Roman #D5685F

Tints of Roman #D5685F

Color information

#D5685F (or 0xD5685F) is unknown color: approx Roman. HEX triplet: D5, 68 and 5F. RGB value is (213,104,95). Sum of RGB (Red+Green+Blue) = 213+104+95=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 95 (37.5% from 255 or 23.06% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D5685F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5685F is #2A97A0. Grayscale: #878787. Windows color (decimal): -2791329 or 6252757. OLE color: 6252757.

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

Color convert

RGB21310495-
CMYK00.510.550.16
HSL4.58º58.42%60.39%-
HSV(B)4.58º55.4%83.53%-
XYZ34.4624.8713.81-
YUV135.56105.11183.23-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.70%
GREEN value IS 104 (41.02% from 255) = 25.24%
BLUE value IS 95 (37.5% from 255) = 23.06%
R=51.70%
G=25.24%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131049500.510.550.164.5858.4260.39
HexD5685F033371053a3c
Octal325150137063672057274
Binary1101010111010001011111011001111011110000101111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5685F; }

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

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

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

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

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

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

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

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