Html Css Color HEX #D56A5D Roman

📋 copy color: '#D56A5D'

red 213 ◦ green 106 ◦ blue 93

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

Shades of Roman #D56A5D

Tints of Roman #D56A5D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.73%

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

R = 51.7%
G = 25.73%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D56A5D (or 0xD56A5D) is known color: Roman. HEX triplet: D5, 6A and 5D. RGB value is (213,106,93). Sum of RGB (Red+Green+Blue) = 213+106+93=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D56A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56A5D is #2A95A2. Grayscale: #888888. Windows color (decimal): -2790819 or 6122197. OLE color: 6122197.

HSL color Cylindrical-coordinate representation of color #D56A5D: hue angle of 6.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 #D56A5D is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 106 93 -
CMYK 0 0.50 0.56 0.16
HSL 6.5º 0.59% 0.6% -
HSV(B) 6.5º 0.56% 0.84% -
XYZ 34.57 25.24 13.41 -
YUV 136.51 103.45 182.56 -
System Red Green Blue C M Y K H S L
Decimal 213 106 93 0 0.50 0.56 0.16 6.5 0.59 0.6
Hex D5 6A 5D 0 32 38 10 6 3B 3C
Octal 325 152 135 0 62 70 20 6 73 74
Binary 11010101 1101010 1011101 0 110010 111000 10000 110 111011 111100

Color Harmonies of #D56A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56A5D

Black with #D56A5D

Text Example


Text Example

White with #D56A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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