Html Css Color HEX #D96156 Roman

📋 copy color: '#D96156'

red 217 ◦ green 97 ◦ blue 86

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

Shades of Roman #D96156

Tints of Roman #D96156

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.25%

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

R = 54.25%
G = 24.25%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D96156 (or 0xD96156) is known color: Roman. HEX triplet: D9, 61 and 56. RGB value is (217,97,86). Sum of RGB (Red+Green+Blue) = 217+97+86=400 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.25% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 86 (33.98% from 255 or 21.5% from 400); Max value from RGB is 217 - color contains mainly: red. Hex color #D96156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96156 is #269EA9. Grayscale: #838383. Windows color (decimal): -2530986 or 5661145. OLE color: 5661145.

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

Color convert

RGB 217 97 86 -
CMYK 0 0.55 0.60 0.15
HSL 5.04º 0.63% 0.59% -
HSV(B) 5.04º 0.6% 0.85% -
XYZ 34.57 23.97 11.61 -
YUV 131.63 102.26 188.89 -
System Red Green Blue C M Y K H S L
Decimal 217 97 86 0 0.55 0.60 0.15 5.04 0.63 0.59
Hex D9 61 56 0 37 3C F 5 3F 3B
Octal 331 141 126 0 67 74 17 5 77 73
Binary 11011001 1100001 1010110 0 110111 111100 1111 101 111111 111011

Color Harmonies of #D96156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96156

Black with #D96156

Text Example


Text Example

White with #D96156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96156; }

 p { color: rgb(217,97,86); }

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

background-color css

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

 a { background-color: rgb(217,97,86); }

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

border-color css

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

 span { border-color: rgb(217,97,86); }

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