Html Css Color HEX #D96560 Roman

📋 copy color: '#D96560'

red 217 ◦ green 101 ◦ blue 96

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

Shades of Roman #D96560

Tints of Roman #D96560

RGB

 RED value IS 217 (85.16% from 255) = 52.42%

 GREEN value IS 101 (39.84% from 255) = 24.4%

 BLUE value IS 96 (37.89% from 255) = 23.19%

R = 52.42%
G = 24.4%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D96560 (or 0xD96560) is known color: Roman. HEX triplet: D9, 65 and 60. RGB value is (217,101,96). Sum of RGB (Red+Green+Blue) = 217+101+96=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D96560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96560 is #269A9F. Grayscale: #878787. Windows color (decimal): -2529952 or 6317529. OLE color: 6317529.

HSL color Cylindrical-coordinate representation of color #D96560: hue angle of 2.48º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D96560 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 101 96 -
CMYK 0 0.53 0.56 0.15
HSL 2.48º 0.61% 0.61% -
HSV(B) 2.48º 0.56% 0.85% -
XYZ 35.38 24.9 14.01 -
YUV 135.11 105.93 186.41 -
System Red Green Blue C M Y K H S L
Decimal 217 101 96 0 0.53 0.56 0.15 2.48 0.61 0.61
Hex D9 65 60 0 35 38 F 2 3D 3D
Octal 331 145 140 0 65 70 17 2 75 75
Binary 11011001 1100101 1100000 0 110101 111000 1111 10 111101 111101

Color Harmonies of #D96560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96560

Black with #D96560

Text Example


Text Example

White with #D96560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96560; }

 p { color: rgb(217,101,96); }

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

background-color css

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

 a { background-color: rgb(217,101,96); }

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

border-color css

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

 span { border-color: rgb(217,101,96); }

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