#D56964

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

Shades of Roman #D56964

Tints of Roman #D56964

Color information

#D56964 (or 0xD56964) is unknown color: approx Roman. HEX triplet: D5, 69 and 64. RGB value is (213,105,100). Sum of RGB (Red+Green+Blue) = 213+105+100=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 100 (39.45% from 255 or 23.92% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D56964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56964 is #2A969B. Grayscale: #888888. Windows color (decimal): -2791068 or 6580693. OLE color: 6580693.

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

Color convert

RGB213105100-
CMYK00.510.530.16
HSL2.65º57.36%61.37%-
HSV(B)2.65º53.05%83.53%-
XYZ34.7925.1715.08-
YUV136.72107.28182.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.96%
GREEN value IS 105 (41.41% from 255) = 25.12%
BLUE value IS 100 (39.45% from 255) = 23.92%
R=50.96%
G=25.12%
B=23.92%

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
Decimal21310510000.510.530.162.6557.3661.37
HexD5696403335103393d
Octal325151144063652037175
Binary110101011101001110010001100111101011000011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56964; }

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

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

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

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

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

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

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

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