Html Css Color HEX #D96355 Roman

📋 copy color: '#D96355'

red 217 ◦ green 99 ◦ blue 85

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

Shades of Roman #D96355

Tints of Roman #D96355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.2%

R = 54.11%
G = 24.69%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D96355 (or 0xD96355) is known color: Roman. HEX triplet: D9, 63 and 55. RGB value is (217,99,85). Sum of RGB (Red+Green+Blue) = 217+99+85=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D96355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96355 is #269CAA. Grayscale: #848484. Windows color (decimal): -2530475 or 5596121. OLE color: 5596121.

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

Color convert

RGB 217 99 85 -
CMYK 0 0.54 0.61 0.15
HSL 6.36º 0.63% 0.59% -
HSV(B) 6.36º 0.61% 0.85% -
XYZ 34.72 24.33 11.46 -
YUV 132.69 101.09 188.14 -
System Red Green Blue C M Y K H S L
Decimal 217 99 85 0 0.54 0.61 0.15 6.36 0.63 0.59
Hex D9 63 55 0 36 3D F 6 3F 3B
Octal 331 143 125 0 66 75 17 6 77 73
Binary 11011001 1100011 1010101 0 110110 111101 1111 110 111111 111011

Color Harmonies of #D96355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96355

Black with #D96355

Text Example


Text Example

White with #D96355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96355; }

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

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

background-color css

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

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

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

border-color css

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

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

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