#D56867

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

Shades of Roman #D56867

Tints of Roman #D56867

Color information

#D56867 (or 0xD56867) is unknown color: approx Roman. HEX triplet: D5, 68 and 67. RGB value is (213,104,103). Sum of RGB (Red+Green+Blue) = 213+104+103=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 103 (40.62% from 255 or 24.52% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D56867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56867 is #2A9798. Grayscale: #888888. Windows color (decimal): -2791321 or 6777045. OLE color: 6777045.

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

Color convert

RGB213104103-
CMYK00.510.520.16
HSL0.55º56.7%61.96%-
HSV(B)0.55º51.64%83.53%-
XYZ34.8425.0315.83-
YUV136.48109.11182.58-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.71%
GREEN value IS 104 (41.02% from 255) = 24.76%
BLUE value IS 103 (40.62% from 255) = 24.52%
R=50.71%
G=24.76%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310410300.510.520.160.5556.761.96
HexD5686703334101393e
Octal325150147063642017176
Binary11010101110100011001110110011110100100001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56867; }

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

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

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

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

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

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

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

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