Html Css Color HEX #D96C6C Roman

📋 copy color: '#D96C6C'

red 217 ◦ green 108 ◦ blue 108

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

Shades of Roman #D96C6C

Tints of Roman #D96C6C

RGB

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

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

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

R = 50.12%
G = 24.94%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D96C6C (or 0xD96C6C) is known color: Roman. HEX triplet: D9, 6C and 6C. RGB value is (217,108,108). Sum of RGB (Red+Green+Blue) = 217+108+108=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 108 (42.58% from 255 or 24.94% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96C6C is #269393. Grayscale: #8C8C8C. Windows color (decimal): -2528148 or 7105753. OLE color: 7105753.

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

Color convert

RGB 217 108 108 -
CMYK 0 0.50 0.50 0.15
HSL 0.59% 0.64% -
HSV(B) 0.5% 0.85% -
XYZ 36.68 26.56 17.38 -
YUV 140.59 109.61 182.5 -
System Red Green Blue C M Y K H S L
Decimal 217 108 108 0 0.50 0.50 0.15 0 0.59 0.64
Hex D9 6C 6C 0 32 32 F 0 3B 40
Octal 331 154 154 0 62 62 17 0 73 100
Binary 11011001 1101100 1101100 0 110010 110010 1111 0 111011 1000000

Color Harmonies of #D96C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96C6C

Black with #D96C6C

Text Example


Text Example

White with #D96C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96C6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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