#D56354

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

Shades of Roman #D56354

Tints of Roman #D56354

Color information

#D56354 (or 0xD56354) is unknown color: approx Roman. HEX triplet: D5, 63 and 54. RGB value is (213,99,84). Sum of RGB (Red+Green+Blue) = 213+99+84=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 99 (39.06% from 255 or 25% from 396); Blue value is 84 (33.20% from 255 or 21.21% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D56354 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56354 is #2A9CAB. Grayscale: #838383. Windows color (decimal): -2792620 or 5530581. OLE color: 5530581.

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

Color convert

RGB2139984-
CMYK00.540.610.16
HSL6.98º60.56%58.24%-
HSV(B)6.98º60.56%83.53%-
XYZ33.523.7111.2-
YUV131.38101.27186.22-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.79%
GREEN value IS 99 (39.06% from 255) = 25%
BLUE value IS 84 (33.20% from 255) = 21.21%
R=53.79%
G=25%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213998400.540.610.166.9860.5658.24
HexD563540363D1073d3a
Octal325143124066752077572
Binary1101010111000111010100011011011110110000111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56354; }

 p { color: rgb(213,99,84); }

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

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

 a { background-color: rgb(213,99,84); }

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

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

 span { border-color: rgb(213,99,84); }

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