#D56965

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

Shades of Roman #D56965

Tints of Roman #D56965

Color information

#D56965 (or 0xD56965) is unknown color: approx Roman. HEX triplet: D5, 69 and 65. RGB value is (213,105,101). Sum of RGB (Red+Green+Blue) = 213+105+101=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D56965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56965 is #2A969A. Grayscale: #888888. Windows color (decimal): -2791067 or 6646229. OLE color: 6646229.

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

Color convert

RGB213105101-
CMYK00.510.530.16
HSL2.14º57.14%61.57%-
HSV(B)2.14º52.58%83.53%-
XYZ34.8425.1915.34-
YUV136.84107.78182.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.84%
GREEN value IS 105 (41.41% from 255) = 25.06%
BLUE value IS 101 (39.84% from 255) = 24.11%
R=50.84%
G=25.06%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310510100.510.530.162.1457.1461.57
HexD5696503335102393e
Octal325151145063652027176
Binary110101011101001110010101100111101011000010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56965; }

 p { color: rgb(213,105,101); }

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

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

 a { background-color: rgb(213,105,101); }

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

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

 span { border-color: rgb(213,105,101); }

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