Html Css Color HEX #D96563 Roman

📋 copy color: '#D96563'

red 217 ◦ green 101 ◦ blue 99

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

Shades of Roman #D96563

Tints of Roman #D96563

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.22%

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

R = 52.04%
G = 24.22%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D96563 (or 0xD96563) is known color: Roman. HEX triplet: D9, 65 and 63. RGB value is (217,101,99). Sum of RGB (Red+Green+Blue) = 217+101+99=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 101 (39.84% from 255 or 24.22% from 417); Blue value is 99 (39.06% from 255 or 23.74% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D96563 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96563 is #269A9C. Grayscale: #878787. Windows color (decimal): -2529949 or 6514137. OLE color: 6514137.

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

Color convert

RGB 217 101 99 -
CMYK 0 0.53 0.54 0.15
HSL 1.02º 0.61% 0.62% -
HSV(B) 1.02º 0.54% 0.85% -
XYZ 35.52 24.96 14.75 -
YUV 135.46 107.43 186.16 -
System Red Green Blue C M Y K H S L
Decimal 217 101 99 0 0.53 0.54 0.15 1.02 0.61 0.62
Hex D9 65 63 0 35 36 F 1 3D 3E
Octal 331 145 143 0 65 66 17 1 75 76
Binary 11011001 1100101 1100011 0 110101 110110 1111 1 111101 111110

Color Harmonies of #D96563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96563

Black with #D96563

Text Example


Text Example

White with #D96563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96563; }

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

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

background-color css

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

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

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

border-color css

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

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

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