Html Css Color HEX #D96863 Roman

📋 copy color: '#D96863'

red 217 ◦ green 104 ◦ blue 99

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

Shades of Roman #D96863

Tints of Roman #D96863

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.76%

 BLUE value IS 99 (39.06% from 255) = 23.57%

R = 51.67%
G = 24.76%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D96863 (or 0xD96863) is known color: Roman. HEX triplet: D9, 68 and 63. RGB value is (217,104,99). Sum of RGB (Red+Green+Blue) = 217+104+99=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 99 (39.06% from 255 or 23.57% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D96863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96863 is #26979C. Grayscale: #898989. Windows color (decimal): -2529181 or 6514905. OLE color: 6514905.

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

Color convert

RGB 217 104 99 -
CMYK 0 0.52 0.54 0.15
HSL 2.54º 0.61% 0.62% -
HSV(B) 2.54º 0.54% 0.85% -
XYZ 35.82 25.55 14.85 -
YUV 137.22 106.44 184.91 -
System Red Green Blue C M Y K H S L
Decimal 217 104 99 0 0.52 0.54 0.15 2.54 0.61 0.62
Hex D9 68 63 0 34 36 F 3 3D 3E
Octal 331 150 143 0 64 66 17 3 75 76
Binary 11011001 1101000 1100011 0 110100 110110 1111 11 111101 111110

Color Harmonies of #D96863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96863

Black with #D96863

Text Example


Text Example

White with #D96863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96863; }

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

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

background-color css

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

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

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

border-color css

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

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

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