Html Css Color HEX #D56A5E Roman

📋 copy color: '#D56A5E'

red 213 ◦ green 106 ◦ blue 94

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

Shades of Roman #D56A5E

Tints of Roman #D56A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.76%

R = 51.57%
G = 25.67%
B = 22.76%

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

#D56A5E (or 0xD56A5E) is known color: Roman. HEX triplet: D5, 6A and 5E. RGB value is (213,106,94). Sum of RGB (Red+Green+Blue) = 213+106+94=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 94 (37.11% from 255 or 22.76% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D56A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56A5E is #2A95A1. Grayscale: #888888. Windows color (decimal): -2790818 or 6187733. OLE color: 6187733.

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

Color convert

RGB 213 106 94 -
CMYK 0 0.50 0.56 0.16
HSL 6.05º 0.59% 0.6% -
HSV(B) 6.05º 0.56% 0.84% -
XYZ 34.61 25.26 13.64 -
YUV 136.63 103.95 182.48 -
System Red Green Blue C M Y K H S L
Decimal 213 106 94 0 0.50 0.56 0.16 6.05 0.59 0.6
Hex D5 6A 5E 0 32 38 10 6 3B 3C
Octal 325 152 136 0 62 70 20 6 73 74
Binary 11010101 1101010 1011110 0 110010 111000 10000 110 111011 111100

Color Harmonies of #D56A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56A5E

Black with #D56A5E

Text Example


Text Example

White with #D56A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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