Html Css Color HEX #D56656 Roman

📋 copy color: '#D56656'

red 213 ◦ green 102 ◦ blue 86

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

Shades of Roman #D56656

Tints of Roman #D56656

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.44%

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

R = 53.12%
G = 25.44%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D56656 (or 0xD56656) is known color: Roman. HEX triplet: D5, 66 and 56. RGB value is (213,102,86). Sum of RGB (Red+Green+Blue) = 213+102+86=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 86 (33.98% from 255 or 21.45% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D56656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56656 is #2A99A9. Grayscale: #858585. Windows color (decimal): -2791850 or 5662421. OLE color: 5662421.

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

Color convert

RGB 213 102 86 -
CMYK 0 0.52 0.60 0.16
HSL 7.56º 0.6% 0.59% -
HSV(B) 7.56º 0.6% 0.84% -
XYZ 33.87 24.32 11.71 -
YUV 133.37 101.27 184.8 -
System Red Green Blue C M Y K H S L
Decimal 213 102 86 0 0.52 0.60 0.16 7.56 0.6 0.59
Hex D5 66 56 0 34 3C 10 8 3C 3B
Octal 325 146 126 0 64 74 20 10 74 73
Binary 11010101 1100110 1010110 0 110100 111100 10000 1000 111100 111011

Color Harmonies of #D56656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56656

Black with #D56656

Text Example


Text Example

White with #D56656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56656; }

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

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

background-color css

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

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

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

border-color css

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

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

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