Html Css Color HEX #D96360 Roman

📋 copy color: '#D96360'

red 217 ◦ green 99 ◦ blue 96

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

Shades of Roman #D96360

Tints of Roman #D96360

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.03%

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

R = 52.67%
G = 24.03%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D96360 (or 0xD96360) is known color: Roman. HEX triplet: D9, 63 and 60. RGB value is (217,99,96). Sum of RGB (Red+Green+Blue) = 217+99+96=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D96360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96360 is #269C9F. Grayscale: #868686. Windows color (decimal): -2530464 or 6317017. OLE color: 6317017.

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

Color convert

RGB 217 99 96 -
CMYK 0 0.54 0.56 0.15
HSL 1.49º 0.61% 0.61% -
HSV(B) 1.49º 0.56% 0.85% -
XYZ 35.19 24.52 13.94 -
YUV 133.94 106.59 187.24 -
System Red Green Blue C M Y K H S L
Decimal 217 99 96 0 0.54 0.56 0.15 1.49 0.61 0.61
Hex D9 63 60 0 36 38 F 1 3D 3D
Octal 331 143 140 0 66 70 17 1 75 75
Binary 11011001 1100011 1100000 0 110110 111000 1111 1 111101 111101

Color Harmonies of #D96360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96360

Black with #D96360

Text Example


Text Example

White with #D96360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96360; }

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

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

background-color css

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

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

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

border-color css

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

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

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