Html Css Color HEX #D56C5D Roman

📋 copy color: '#D56C5D'

red 213 ◦ green 108 ◦ blue 93

#D56C5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Roman #D56C5D

Tints of Roman #D56C5D

RGB

 RED value IS 213 (83.59% from 255) = 51.45%

 GREEN value IS 108 (42.58% from 255) = 26.09%

 BLUE value IS 93 (36.72% from 255) = 22.46%

R = 51.45%
G = 26.09%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D56C5D (or 0xD56C5D) is known color: Roman. HEX triplet: D5, 6C and 5D. RGB value is (213,108,93). Sum of RGB (Red+Green+Blue) = 213+108+93=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 108 (42.58% from 255 or 26.09% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D56C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56C5D is #2A93A2. Grayscale: #898989. Windows color (decimal): -2790307 or 6122709. OLE color: 6122709.

HSL color Cylindrical-coordinate representation of color #D56C5D: hue angle of 7.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D56C5D is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 108 93 -
CMYK 0 0.49 0.56 0.16
HSL 7.5º 0.59% 0.6% -
HSV(B) 7.5º 0.56% 0.84% -
XYZ 34.78 25.66 13.48 -
YUV 137.69 102.79 181.72 -
System Red Green Blue C M Y K H S L
Decimal 213 108 93 0 0.49 0.56 0.16 7.5 0.59 0.6
Hex D5 6C 5D 0 31 38 10 8 3B 3C
Octal 325 154 135 0 61 70 20 10 73 74
Binary 11010101 1101100 1011101 0 110001 111000 10000 1000 111011 111100

Color Harmonies of #D56C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56C5D

Black with #D56C5D

Text Example


Text Example

White with #D56C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56C5D; }

 p { color: rgb(213,108,93); }

 H1.HeaderClassName
 {
   color: #D56C5D;
 }
 .AnyTagClassName
 {
   color: #D56C5D;
 }
</style>

background-color css

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

 a { background-color: rgb(213,108,93); }

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

border-color css

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

 span { border-color: rgb(213,108,93); }

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