#D56967

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

Shades of Roman #D56967

Tints of Roman #D56967

Color information

#D56967 (or 0xD56967) is unknown color: approx Roman. HEX triplet: D5, 69 and 67. RGB value is (213,105,103). Sum of RGB (Red+Green+Blue) = 213+105+103=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 103 (40.62% from 255 or 24.47% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D56967 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56967 is #2A9698. Grayscale: #898989. Windows color (decimal): -2791065 or 6777301. OLE color: 6777301.

HSL color Cylindrical-coordinate representation of color #D56967: hue angle of 1.09º 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 #D56967 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB213105103-
CMYK00.510.520.16
HSL1.09º56.7%61.96%-
HSV(B)1.09º51.64%83.53%-
XYZ34.9425.2315.86-
YUV137.06108.78182.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.59%
GREEN value IS 105 (41.41% from 255) = 24.94%
BLUE value IS 103 (40.62% from 255) = 24.47%
R=50.59%
G=24.94%
B=24.47%

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
Decimal21310510300.510.520.161.0956.761.96
HexD5696703334101393e
Octal325151147063642017176
Binary11010101110100111001110110011110100100001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56967; }

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

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

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

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

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

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

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

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