Html Css Color HEX #D96E6C Roman

📋 copy color: '#D96E6C'

red 217 ◦ green 110 ◦ blue 108

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

Shades of Roman #D96E6C

Tints of Roman #D96E6C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.29%

 BLUE value IS 108 (42.58% from 255) = 24.83%

R = 49.89%
G = 25.29%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D96E6C (or 0xD96E6C) is known color: Roman. HEX triplet: D9, 6E and 6C. RGB value is (217,110,108). Sum of RGB (Red+Green+Blue) = 217+110+108=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96E6C is #269193. Grayscale: #8D8D8D. Windows color (decimal): -2527636 or 7106265. OLE color: 7106265.

HSL color Cylindrical-coordinate representation of color #D96E6C: hue angle of 1.1º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D96E6C is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 110 108 -
CMYK 0 0.49 0.50 0.15
HSL 1.1º 0.59% 0.64% -
HSV(B) 1.1º 0.5% 0.85% -
XYZ 36.9 26.99 17.45 -
YUV 141.77 108.95 181.66 -
System Red Green Blue C M Y K H S L
Decimal 217 110 108 0 0.49 0.50 0.15 1.1 0.59 0.64
Hex D9 6E 6C 0 31 32 F 1 3B 40
Octal 331 156 154 0 61 62 17 1 73 100
Binary 11011001 1101110 1101100 0 110001 110010 1111 1 111011 1000000

Color Harmonies of #D96E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96E6C

Black with #D96E6C

Text Example


Text Example

White with #D96E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96E6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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