Html Css Color HEX #D56256 Roman

📋 copy color: '#D56256'

red 213 ◦ green 98 ◦ blue 86

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

Shades of Roman #D56256

Tints of Roman #D56256

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.69%

 BLUE value IS 86 (33.98% from 255) = 21.66%

R = 53.65%
G = 24.69%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D56256 (or 0xD56256) is known color: Roman. HEX triplet: D5, 62 and 56. RGB value is (213,98,86). Sum of RGB (Red+Green+Blue) = 213+98+86=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 86 (33.98% from 255 or 21.66% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D56256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56256 is #2A9DA9. Grayscale: #838383. Windows color (decimal): -2792874 or 5661397. OLE color: 5661397.

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

Color convert

RGB 213 98 86 -
CMYK 0 0.54 0.60 0.16
HSL 5.67º 0.6% 0.59% -
HSV(B) 5.67º 0.6% 0.84% -
XYZ 33.49 23.55 11.59 -
YUV 131.02 102.6 186.48 -
System Red Green Blue C M Y K H S L
Decimal 213 98 86 0 0.54 0.60 0.16 5.67 0.6 0.59
Hex D5 62 56 0 36 3C 10 6 3C 3B
Octal 325 142 126 0 66 74 20 6 74 73
Binary 11010101 1100010 1010110 0 110110 111100 10000 110 111100 111011

Color Harmonies of #D56256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56256

Black with #D56256

Text Example


Text Example

White with #D56256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56256; }

 p { color: rgb(213,98,86); }

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

background-color css

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

 a { background-color: rgb(213,98,86); }

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

border-color css

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

 span { border-color: rgb(213,98,86); }

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