Html Css Color HEX #D56965 Roman

📋 copy color: '#D56965'

red 213 ◦ green 105 ◦ blue 101

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

Shades of Roman #D56965

Tints of Roman #D56965

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.06%

 BLUE value IS 101 (39.84% from 255) = 24.11%

R = 50.84%
G = 25.06%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D56965 (or 0xD56965) is known color: Roman. HEX triplet: D5, 69 and 65. RGB value is (213,105,101). Sum of RGB (Red+Green+Blue) = 213+105+101=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D56965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56965 is #2A969A. Grayscale: #888888. Windows color (decimal): -2791067 or 6646229. OLE color: 6646229.

HSL color Cylindrical-coordinate representation of color #D56965: hue angle of 2.14º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D56965 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 105 101 -
CMYK 0 0.51 0.53 0.16
HSL 2.14º 0.57% 0.62% -
HSV(B) 2.14º 0.53% 0.84% -
XYZ 34.84 25.19 15.34 -
YUV 136.84 107.78 182.33 -
System Red Green Blue C M Y K H S L
Decimal 213 105 101 0 0.51 0.53 0.16 2.14 0.57 0.62
Hex D5 69 65 0 33 35 10 2 39 3E
Octal 325 151 145 0 63 65 20 2 71 76
Binary 11010101 1101001 1100101 0 110011 110101 10000 10 111001 111110

Color Harmonies of #D56965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56965

Black with #D56965

Text Example


Text Example

White with #D56965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56965; }

 p { color: rgb(213,105,101); }

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

background-color css

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

 a { background-color: rgb(213,105,101); }

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

border-color css

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

 span { border-color: rgb(213,105,101); }

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