Html Css Color HEX #D96C60 Roman

📋 copy color: '#D96C60'

red 217 ◦ green 108 ◦ blue 96

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

Shades of Roman #D96C60

Tints of Roman #D96C60

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.65%

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

R = 51.54%
G = 25.65%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D96C60 (or 0xD96C60) is known color: Roman. HEX triplet: D9, 6C and 60. RGB value is (217,108,96). Sum of RGB (Red+Green+Blue) = 217+108+96=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 96 (37.89% from 255 or 22.80% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96C60 is #26939F. Grayscale: #8B8B8B. Windows color (decimal): -2528160 or 6319321. OLE color: 6319321.

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

Color convert

RGB 217 108 96 -
CMYK 0 0.50 0.56 0.15
HSL 5.95º 0.61% 0.61% -
HSV(B) 5.95º 0.56% 0.85% -
XYZ 36.09 26.32 14.24 -
YUV 139.22 103.61 183.48 -
System Red Green Blue C M Y K H S L
Decimal 217 108 96 0 0.50 0.56 0.15 5.95 0.61 0.61
Hex D9 6C 60 0 32 38 F 6 3D 3D
Octal 331 154 140 0 62 70 17 6 75 75
Binary 11011001 1101100 1100000 0 110010 111000 1111 110 111101 111101

Color Harmonies of #D96C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96C60

Black with #D96C60

Text Example


Text Example

White with #D96C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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